Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -124,11 +124,10 @@ stages: .update-scripts-repo: &update-scripts-repo - cd $SCRIPTS_DIR - git remote set-branches --add origin $BASOP_CI_BRANCH_PC_REPO - for branch in $(git branch | grep -v $BASOP_CI_BRANCH_PC_REPO | sed 's/\*//'); do git branch -D $branch; done - git remote prune origin - git prune - for branch in $(git branch | grep -v $BASOP_CI_BRANCH_PC_REPO | sed 's/\*//'); do git branch -D $branch; done - git branch - git fetch - git checkout $BASOP_CI_BRANCH_PC_REPO - git pull - cd - Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -124,11 +124,10 @@ stages: .update-scripts-repo: &update-scripts-repo - cd $SCRIPTS_DIR - git remote set-branches --add origin $BASOP_CI_BRANCH_PC_REPO - for branch in $(git branch | grep -v $BASOP_CI_BRANCH_PC_REPO | sed 's/\*//'); do git branch -D $branch; done - git remote prune origin - git prune - for branch in $(git branch | grep -v $BASOP_CI_BRANCH_PC_REPO | sed 's/\*//'); do git branch -D $branch; done - git branch - git fetch - git checkout $BASOP_CI_BRANCH_PC_REPO - git pull - cd - Loading