Commit 41186736 authored by norvell's avatar norvell
Browse files

Merge branch 'add-restore-staged-for-hrtf-files' into 'main'

Add git restore --staged . to update-scripts-repo.sh to fix updated HRTF model files

See merge request !6
parents b18d2475 72929962
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@ git remote set-branches --add origin "$BASOP_CI_BRANCH_PC_REPO"

git fetch

# Just as a precaution
# Just as a precaution -- relevant if HRTF model files have been updated
git restore --staged .
git restore .

git checkout "$BASOP_CI_BRANCH_PC_REPO"