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


Commits:
2b64acbf by Philipp Hörist at 2023-01-31T22:05:45+01:00
ci: Build nightly only if necessary

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -176,7 +176,11 @@ deploy-unix-nightly:
     - build-unix
   rules:
     - if: '$NIGHTLY_BUILD'
+  allow_failure:
+    exit_codes:
+      - 100
   script:
+    - release-helper nightly-check
     - >
       release-helper deploy-to-ftp \
         --host=$FTP_HOST \
@@ -194,7 +198,11 @@ deploy-debian-nightly:
   rules:
     - if: '$DEBIAN_BUILD'
     - if: '$NIGHTLY_BUILD'
+  allow_failure:
+    exit_codes:
+      - 100
   script:
+    - release-helper nightly-check
     - >
       release-helper deploy-to-ftp \
         --host=$FTP_HOST \
@@ -228,7 +236,11 @@ deploy-windows-nightly:
     - build-windows-nightly
   rules:
     - if: '$NIGHTLY_BUILD'
+  allow_failure:
+    exit_codes:
+      - 100
   script:
+    - release-helper nightly-check
     - release-helper download-appveyor-artifacts "$(find 
windows_build/*.json)" windows_build
     - rm windows_build/*.json
     - >



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/2b64acbff88304be95b20f87b7f852294610e4d5
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