Loading snippets/basop/check-float-ref-companion-branch-exists-for-porting-merge-requests.sh +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ If there should be a float ref branch for this MR, please check your spelling on " exit_code_is_porting_mr=0 bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/branch-follows-porting-naming-convention.sh "$CI_COMMIT_REF_NAME" | exit_code_is_porting_mr=$? bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/branch-follows-porting-naming-convention.sh "$CI_COMMIT_REF_NAME" || exit_code_is_porting_mr=$? # if this does not look like a porting branch, finish with success here - no need to check for a float companion if [ "$exit_code_is_porting_mr" == "1" ]; then Loading Loading
snippets/basop/check-float-ref-companion-branch-exists-for-porting-merge-requests.sh +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ If there should be a float ref branch for this MR, please check your spelling on " exit_code_is_porting_mr=0 bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/branch-follows-porting-naming-convention.sh "$CI_COMMIT_REF_NAME" | exit_code_is_porting_mr=$? bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/branch-follows-porting-naming-convention.sh "$CI_COMMIT_REF_NAME" || exit_code_is_porting_mr=$? # if this does not look like a porting branch, finish with success here - no need to check for a float companion if [ "$exit_code_is_porting_mr" == "1" ]; then Loading