Commit 6289c356 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'basop-ci/fix-name-detection-script' into 'main'

[BASOP-CI] fix name detection script for merges to main-pc

See merge request !2136
parents 6baab0c6 745a46b6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ fi
# Replace only the first occurrence, as "basop" may be present in the later description
# If the format is correct, then before "_basop", only numbers can occur
float_ref_branchname="${branchname/basop/ref}"
git_result=$(git branch -av)
git_result=$(git branch -a)

# If the branch does not exist, default to "float-pc"
if [[ "$git_result" =~ "$float_ref_branchname" ]]; then