Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
f9220af8 by Philipp Hörist at 2023-04-05T20:08:19+02:00
ci: Add possibility to force a debian deploy

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.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 \



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/f9220af8238c623c7a1cfb28776276c4ef84d70f

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