Loading snippets/basop/get-float-ref-branch-name.sh +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ float_ref_branchname="${branchname_in/basop/ref}" exit_code_ls_remote=0 pushd "${SCRIPTS_DIR}" git fetch origin git ls-remote --exit-code --heads origin res/heads/$float_ref_branchname || exit_code_ls_remote=$? git ls-remote --exit-code --heads origin refs/heads/$float_ref_branchname || 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 +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ float_ref_branchname="${branchname_in/basop/ref}" exit_code_ls_remote=0 pushd "${SCRIPTS_DIR}" git fetch origin git ls-remote --exit-code --heads origin res/heads/$float_ref_branchname || exit_code_ls_remote=$? git ls-remote --exit-code --heads origin refs/heads/$float_ref_branchname || exit_code_ls_remote=$? popd # If the branch does not exist, default to "ivas-float-update" Loading