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

Update .gitlab-ci.yml

parent 22fea360
No related branches found
No related tags found
No related merge requests found
Pipeline #986 failed
...@@ -34,7 +34,7 @@ auto-bump: ...@@ -34,7 +34,7 @@ auto-bump:
- git pull origin master - git pull origin master
- cz bump --changelog # execute auto bump and push to master - cz bump --changelog # execute auto bump and push to master
- git add CHANGELOG.md - git add CHANGELOG.md
- git commit -m 'docs: Update changelog' - git commit --amend --no-edit
- git push origin master - git push origin master
- TAG=$(head -n 1 VERSION) # get the new software version and save into artifacts - TAG=$(head -n 1 VERSION) # get the new software version and save into artifacts
- echo "#!/bin/sh" >> variables - 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