Browse Source

ci: fix checkout to develop

main
Distopico Vegan 5 years ago
parent
commit
b14341a820
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .gitlab-ci.yml

+ 2
- 0
.gitlab-ci.yml View File

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

Loading…
Cancel
Save