Commit 21eccfb6 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix commands

parent 9a2522b4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -65,8 +65,9 @@ set -x
# below here we will be in the float repo!
cd "${SCRIPTS_DIR}"
git remote set-branches --add origin "$float_ref_branchname_in_ivas_codec"
git pull "$float_ref_branchname_in_ivas_codec"
git fetch origin "$float_ref_branchname_in_ivas_codec"
git checkout "$float_ref_branchname_in_ivas_codec"
git pull

# stop echoing from here on, this is anyway only dbg printout
set +x