Commit ceb9d7d3 authored by norvell's avatar norvell
Browse files

Update .gitlab-ci.yml

parent 424ba7ed
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 -