Commit e1789b4f authored by norvell's avatar norvell
Browse files

Merge branch 'ci/fix-for-scripts-dir-update' into 'main'

[CI] Fix for scripts dir update

See merge request !353
parents 4dca2ea1 89ae2373
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -125,6 +125,8 @@ stages:
  - cd $SCRIPTS_DIR
  - sed -i '/fetch/d' .git/config # Remove all fetch lines to clean out dead links
  - git remote set-branches --add origin $BASOP_CI_BRANCH_PC_REPO # Add currently used branch
  - git fetch
  - git restore . # Just as a precaution
  - git checkout $BASOP_CI_BRANCH_PC_REPO
  - git pull
  - cd -