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