Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ build: - git checkout $(git describe --tags --abbrev=0) - git checkout -b $TEMP_LATEST_TAG_BRANCH # merge $LOCAL_BRANCH with $TEMP_LATEST_TAG_BRANCH & push - git checkout --track origin/$LOCAL_BRANCH - git checkout $LOCAL_BRANCH - git merge $TEMP_LATEST_TAG_BRANCH - git push # remove unwanted local branch & remote Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ build: - git checkout $(git describe --tags --abbrev=0) - git checkout -b $TEMP_LATEST_TAG_BRANCH # merge $LOCAL_BRANCH with $TEMP_LATEST_TAG_BRANCH & push - git checkout --track origin/$LOCAL_BRANCH - git checkout $LOCAL_BRANCH - git merge $TEMP_LATEST_TAG_BRANCH - git push # remove unwanted local branch & remote Loading