Commit 4455a51b authored by Jan Kiene's avatar Jan Kiene
Browse files

use -av arg for git branch command

parent c796ec69
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1062,10 +1062,10 @@ check-naming-of-branch-for-main-pc-merges:
    - ivas-basop-linux
  script:
    - *update-scripts-repo
    - git branch --list
    - git branch -av
    - if [[ ! "$CI_MERGE_REQUEST_TITLE" =~ \[skip[[:space:]_-]name[[:space:]_-]check\] ]] && [[ ! "$CI_MERGE_REQUEST_TITLE" =~ \[CI\] ]]; then
    -   git fetch
    -   git branch --list
    -   git branch -av
    -   ci/get_float_ref_branch_name.sh $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
    - fi