From 72929962077196726cd5a369943c482db4884665 Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Wed, 11 Jun 2025 07:14:37 +0200 Subject: [PATCH] Add git restore --staged . to update-scripts-repo.sh to fix updated HRTF model files --- snippets/basop/update-scripts-repo.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snippets/basop/update-scripts-repo.sh b/snippets/basop/update-scripts-repo.sh index 47a1bcf..1a4a21d 100755 --- a/snippets/basop/update-scripts-repo.sh +++ b/snippets/basop/update-scripts-repo.sh @@ -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" -- GitLab