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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-01-31 22:00:03 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-31 22:00:03 +0300
commit614b5a9e465c09bc371c8e43211296db670eda3f (patch)
tree650363d148ad662655335c30b6b367e4c12a95f2 /.gitlab-ci.yml
parent2163b33f6feea8092f56081f23c85b980feabf0f (diff)
ci: Don’t include revision in folder name
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ff9c625d..9b255313b 100644
--- a/.gitlab-ci.yml
+++ b/.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: