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


Commits:
614b5a9e by Philipp Hörist at 2023-01-31T20:00:03+01:00
ci: Don’t include revision in folder name

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -189,8 +189,6 @@ deploy-unix-nightly:
 deploy-debian-nightly:
   image: gajim-deploy:latest
   stage: deploy
-  variables:
-    REV: "1"
   dependencies:
     - build-debian-nightly
   rules:
@@ -202,7 +200,7 @@ deploy-debian-nightly:
         --host=$FTP_HOST \
         --user=$FTP_USER \
         --password=$FTP_PASS \
-        --directory=debian/gajim/"$(date +'%Y%m%d')"-$REV \
+        --directory=debian/gajim/"$(date +'%Y%m%d')" \
         debian_build
 
 deploy-windows:



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

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


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to