Commit 34309ffa authored by norvell's avatar norvell
Browse files

Merge branch 'ci/fix-html-file-reading-ivas-float-update' into 'ivas-float-update'

[CI] Fix for HRTF file loading in CI

See merge request !1767
parents f40fa467 8c67776d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -153,6 +153,7 @@ stages:
  - 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 --staged . # Needed if HRTF model files were updated.
  - git restore . # Just as a precaution
  - git checkout $BASOP_CI_BRANCH_PC_REPO
  - git pull