Commit 6e61298d authored by Jan Kiene's avatar Jan Kiene
Browse files

add --prune option to fetch command

parent cc39ccba
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ stages:
.update-scripts-repo: &update-scripts-repo
  - cd $SCRIPTS_DIR
  - git remote set-branches --add origin $BASOP_CI_BRANCH_PC_REPO
  - git fetch
  - git fetch --prune
  - git checkout $BASOP_CI_BRANCH_PC_REPO
  - git pull
  - cd -