Commit 72929962 authored by norvell's avatar norvell
Browse files

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

parent b18d2475
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"