Loading ci/get_float_ref_branch_name.sh +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ if ! [[ "$branchname" =~ $BASOP_PATTERN ]]; then fi float_ref_branchname="${branchname/basop/ref}" git_result=$(git branch --list "$float_ref_branchname") git_result=$(git branch -av --list "$float_ref_branchname") # If the branch does not exist, default to "float-pc" if [[ -z "$git_result" ]]; then Loading Loading
ci/get_float_ref_branch_name.sh +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ if ! [[ "$branchname" =~ $BASOP_PATTERN ]]; then fi float_ref_branchname="${branchname/basop/ref}" git_result=$(git branch --list "$float_ref_branchname") git_result=$(git branch -av --list "$float_ref_branchname") # If the branch does not exist, default to "float-pc" if [[ -z "$git_result" ]]; then Loading