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 @@ -46,7 +46,7 @@ fi # if this does indeed look like a porting branch, get the float companion branch - if that is ivas-float-update, then warn about possible typo/missing branch float_ref_branchname=$(${CI_PROJECT_DIR}/ivas-codec-ci/snippets/basop/get-float-ref-branch-name.sh $CI_COMMIT_REF_NAME) if [ "$float_ref_branchname" == "ivas-float-update" ]; then printf "$MSG_NO_FLOAT_REF_BRANCH_FOUND" "$CI_COMMIT_REF_NAME" "${$CI_COMMIT_REF_NAME/basop/ref}" printf "$MSG_NO_FLOAT_REF_BRANCH_FOUND" "$CI_COMMIT_REF_NAME" "${CI_COMMIT_REF_NAME/basop/ref}" exit 123 fi 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 @@ -46,7 +46,7 @@ fi # if this does indeed look like a porting branch, get the float companion branch - if that is ivas-float-update, then warn about possible typo/missing branch float_ref_branchname=$(${CI_PROJECT_DIR}/ivas-codec-ci/snippets/basop/get-float-ref-branch-name.sh $CI_COMMIT_REF_NAME) if [ "$float_ref_branchname" == "ivas-float-update" ]; then printf "$MSG_NO_FLOAT_REF_BRANCH_FOUND" "$CI_COMMIT_REF_NAME" "${$CI_COMMIT_REF_NAME/basop/ref}" printf "$MSG_NO_FLOAT_REF_BRANCH_FOUND" "$CI_COMMIT_REF_NAME" "${CI_COMMIT_REF_NAME/basop/ref}" exit 123 fi Loading