Commit 19caff67 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix "|" -> "||"

parent 7afb1212
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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