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

Update .gitlab-ci.yml

parent f1991b4e
No related branches found
No related tags found
No related merge requests found
Pipeline #982 failed
...@@ -31,7 +31,7 @@ auto-bump: ...@@ -31,7 +31,7 @@ auto-bump:
- git config --global user.email "${CI_EMAIL}" && git config --global user.name "${CI_USERNAME}" - git config --global user.email "${CI_EMAIL}" && git config --global user.name "${CI_USERNAME}"
- 'exists=`git show-ref refs/heads/master` && if [ -n "$exists" ]; then git branch -D master; fi' - 'exists=`git show-ref refs/heads/master` && if [ -n "$exists" ]; then git branch -D master; fi'
- git checkout -b master - git checkout -b master
- git pull - 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 --amend --no-edit - git commit --amend --no-edit
......
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