Loading snippets/basop/get-float-ref-branch-name.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
snippets/basop/get-float-ref-branch-name.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading