Skip to content
Snippets Groups Projects
Commit 38e5708e authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

And tags is not compatible with all

parent 6e5ef759
No related branches found
No related tags found
No related merge requests found
Pipeline #75141 failed
......@@ -41,7 +41,8 @@ deploy-release:
- git commit -m "[SKIP CI] Replace latest with tag $RELEASE"
- git tag -a $RELEASE -m "[SKIP CI] Version $RELEASE created by gitlab-ci build"
- git remote set-url origin git@${CI_SERVER_HOST}:${CI_PROJECT_PATH}.git
- git push --all --tags
- git push --all
- git push --tags
rules:
- if: '$CI_COMMIT_BRANCH =~ /^releases//'
when: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment