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:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e8a92de3..7280ddc78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -153,6 +153,7 @@ publish-release:
- eval $(ssh-agent -s)
- .ci/prepare_git.sh dev.gajim.org "${WEBSITE_DEPLOY_KEY}"
script:
+ - .ci/make_release.py $CI_COMMIT_TAG "${PROJECT_TOKEN}"
- git clone git@dev.gajim.org:gajim/website.git
- cd website
- git checkout master
@@ -161,4 +162,3 @@ publish-release:
- git add -u
- git commit -m "Release Gajim $CI_COMMIT_TAG"
- git push
- - .ci/make_release.py $CI_COMMIT_TAG "${PROJECT_TOKEN}"