Commit a1ecb655 authored by Jan Kiene's avatar Jan Kiene
Browse files

set the branch via remote instead

parent b6759b5a
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -98,7 +98,8 @@ stages:

.update-scripts-repo: &update-scripts-repo
  - cd $SCRIPTS_DIR
  - git fetch origin $BASOP_CI_BRANCH_PC_REPO
  - git remote set-branches --add origin $BASOP_CI_BRANCH_PC_REPO
  - git fetch
  - git checkout $BASOP_CI_BRANCH_PC_REPO
  - git pull
  - cd -