Commit 424ba7ed authored by norvell's avatar norvell
Browse files

Update .gitlab-ci.yml

parent dd218031
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ stages:
  - git remote set-branches --add origin $BASOP_CI_BRANCH_PC_REPO
  - git remote prune origin
  - git prune
  - git fetch --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