Commit 10744690 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'basop-ci/fix-get-float-ref-script' into 'basop-ci-branch'

[BASOP-CI] fix get float ref script again...

See merge request !2042
parents 62664dec f29a79fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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