Commit 968746c0 authored by Jan Kiene's avatar Jan Kiene
Browse files

try different if

parent a81719eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -817,7 +817,7 @@ check-naming-of-branch-for-basop-update-merges:
    -   bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/get-float-ref-branch-name.sh $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME || exit_code=$?
    - fi
    - echo $exit_code
    - if [[ "$exit_code" != "0" ]]; then
    - if [[ $exit_code -ne 0 ]]; then
    -   exit $EXIT_CODE_NON_BE
    - else
    -   exit $EXIT_CODE_FAIL