Skip to content
Snippets Groups Projects
Commit ba81e087 authored by Paul Gierz's avatar Paul Gierz
Browse files

Update .gitlab-ci.yml

parent 6c8daa89
No related branches found
No related tags found
No related merge requests found
Pipeline #983 failed
......@@ -35,6 +35,7 @@ auto-bump:
- cz bump --changelog # execute auto bump and push to master
- git add CHANGELOG.md
- git commit --amend --no-edit
- git fetch
- git push origin master:$CI_COMMIT_REF_NAME
- TAG=$(head -n 1 VERSION) # get the new software version and save into artifacts
- echo "#!/bin/sh" >> variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment