Commit 029abfef authored by Jan Kiene's avatar Jan Kiene
Browse files

redirect printouts

parent f750c29b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,8 +50,8 @@ float_ref_branchname="${branchname_in/basop/ref}"
# now check in ivas-codec repository if a branch with this name exits
exit_code_ls_remote=0
pushd "${SCRIPTS_DIR}"
git fetch origin
git ls-remote --exit-code --heads origin refs/heads/$float_ref_branchname || exit_code_ls_remote=$?
git fetch origin >>/dev/null
git ls-remote --exit-code --heads origin refs/heads/$float_ref_branchname >>/dev/null || exit_code_ls_remote=$?
popd

# If the branch does not exist, default to "ivas-float-update"