Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-02-01 00:30:56 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-02-01 00:30:56 +0300
commit345fbe0dacb7ac25dd531744df5cf9b8060e13bd (patch)
tree7119e3c1b39dece70edb286fb5cabe7f15d71bdb
parentdb771e2389284774a820af18e9260ea1f9f10e31 (diff)
ci: Deploy nightly only if necessary
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 018a1ef..e6f15bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,7 +54,11 @@ deploy-debian-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 \