|
@ -102,6 +102,8 @@ release: |
|
|
script: |
|
|
script: |
|
|
- semantic-release |
|
|
- semantic-release |
|
|
- git fetch |
|
|
- git fetch |
|
|
|
|
|
- git remote -v |
|
|
- git checkout develop |
|
|
- git checkout develop |
|
|
|
|
|
- git branch -avv |
|
|
- git rebase origin/master |
|
|
- git rebase origin/master |
|
|
- git push https://${GIT_CREDENTIALS}@${GITLAB_URL}/${CI_PROJECT_PATH}.git develop |
|
|
- git push https://${GIT_CREDENTIALS}@${GITLAB_URL}/${CI_PROJECT_PATH}.git develop |