From 30a9ff98d993b8341a0080ff8e1c01503cabe727 Mon Sep 17 00:00:00 2001 From: Parthasarathy Tirumalai Date: Thu, 18 Apr 2024 09:35:18 +0200 Subject: Reorder job stages so that maxwell deployment can start as soon as centos7 build is done. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5336697c..23af96f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ stages: - test + - deploy - test_brew - build_container - - deploy - + .build-and-test: image: fedora:32 script: -- cgit v1.2.3