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-04-05 21:05:42 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-04-05 21:08:19 +0300
commitf9220af8238c623c7a1cfb28776276c4ef84d70f (patch)
tree3d872a5f3323724cca299712238ecc9f7852e619
parent9225124e8648aca13071568d44f26ff7e117918c (diff)
ci: Add possibility to force a debian deploy
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e6f15bc..a801a7f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,7 +58,11 @@ deploy-debian-nightly:
exit_codes:
- 100
script:
- - release-helper nightly-check
+ - |
+ if [ "$FORCE_DEB_DEPLOY" != "true" ]
+ then
+ release-helper nightly-check
+ fi
- >
release-helper deploy-to-ftp \
--host=$FTP_HOST \