Browse Source

track remote

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

+ 1
- 1
.gitlab-ci.yml View File

@ -114,7 +114,7 @@ release:
- semantic-release
- git fetch
- git branch -avv
- git checkout --track develop origin/develop
- git checkout --track -b develop origin/develop
- git rebase master
- git show --summary
- git rebase origin/master


Loading…
Cancel
Save