|
|
@ -101,10 +101,10 @@ release: |
|
|
|
cache: {} |
|
|
|
script: |
|
|
|
- semantic-release |
|
|
|
- git fetch |
|
|
|
- git fetch --all |
|
|
|
- echo "---" |
|
|
|
- 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 |