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

fix last commit

parent 8583d667
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1064,6 +1064,7 @@ check-naming-of-branch-for-main-pc-merges:
    - *update-scripts-repo
    - git branch -av
    - if [[ ! "$CI_MERGE_REQUEST_TITLE" =~ \[skip[[:space:]_-]name[[:space:]_-]check\] ]] && [[ ! "$CI_MERGE_REQUEST_TITLE" =~ \[CI\] ]]; then
    -   branchname="$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"
    -   float_ref_branchname="${branchname/basop/ref}"
    -   git_result=$(git branch -av --list "$float_ref_branchname")
    -   echo "$git_result"