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

add correct fetch command for single-branch clone

parent 0116f664
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ stages:

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