Commit 4c39492d authored by Jan Kiene's avatar Jan Kiene
Browse files

more debugging

parent d9721934
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -1062,12 +1062,17 @@ check-naming-of-branch-for-main-pc-merges:
    - ivas-basop-linux
  script:
    - *update-scripts-repo
    - git branch -av
    - if [[ ! "$CI_MERGE_REQUEST_TITLE" =~ \[skip[[:space:]_-]name[[:space:]_-]check\] ]] && [[ ! "$CI_MERGE_REQUEST_TITLE" =~ \[CI\] ]]; then
    -   set -euxo
    -   branchname="$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"
    -   float_ref_branchname="${branchname/basop/ref}"
    -   git branch -av
    -   git branch -av --list || true
    -   git branch -av --list $branchname
    -   git branch -av --list "$float_ref_branchname"
    -   git_result=$(git branch -av --list "$float_ref_branchname")
    -   echo "$git_result"
    -   set +euxo
    -   ci/get_float_ref_branch_name.sh $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
    - fi