Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ build: - git remote add upstream $UPSTREAM_URL - git fetch upstream - git pull upstream $UPSTREAM_DEFAULT_BRANCH - git push --tags - git push origin --tags - git checkout --track origin/$LOCAL_BRANCH - git merge $UPSTREAM_BRANCH - git push Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ build: - git remote add upstream $UPSTREAM_URL - git fetch upstream - git pull upstream $UPSTREAM_DEFAULT_BRANCH - git push --tags - git push origin --tags - git checkout --track origin/$LOCAL_BRANCH - git merge $UPSTREAM_BRANCH - git push Loading