Philipp Hörist pushed to branch master at gajim / gajim


Commits:
bcd7e6a0 by Philipp Hörist at 2023-04-11T23:32:12+02:00
ci: Run deploy jobs out of order

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -177,6 +177,8 @@ deploy-unix-nightly:
   stage: deploy
   dependencies:
     - build-unix
+  needs:
+    - build-unix
   rules:
     - if: '$NIGHTLY_BUILD'
   allow_failure:
@@ -198,6 +200,8 @@ deploy-debian-nightly:
   stage: deploy
   dependencies:
     - build-debian-nightly
+  needs:
+    - build-debian-nightly
   rules:
     - if: '$DEBIAN_BUILD'
     - if: '$NIGHTLY_BUILD'
@@ -237,6 +241,8 @@ deploy-windows-nightly:
   stage: deploy
   dependencies:
     - build-windows-nightly
+  needs:
+    - build-windows-nightly
   rules:
     - if: '$NIGHTLY_BUILD'
   allow_failure:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/bcd7e6a0950d831c9f49b0c47ff582773b3c0a1a

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/bcd7e6a0950d831c9f49b0c47ff582773b3c0a1a
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to