aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParthasarathy Tirumalai <parthasarathy.tirumalai@desy.de>2024-04-18 09:35:18 +0200
committerParthasarathy Tirumalai <parthasarathy.tirumalai@desy.de>2024-04-18 09:35:18 +0200
commit30a9ff98d993b8341a0080ff8e1c01503cabe727 (patch)
treecf38d43f77dbb6a4af1e6d7882c3e1e52b9326f8
parentd4cddfdba38cb852ded3ea015057c06951903b33 (diff)
Reorder job stages so that maxwell deployment can start as soon as centos7 build is done.
-rw-r--r--.gitlab-ci.yml4
1 files 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: