Commit 695a45b6 authored by norvell's avatar norvell
Browse files

Merge branch...

Merge branch '129-take-non-be-tags-from-mr-into-account-when-running-codec-comparison-on-main' into 'main'

Change CI_MERGE_REQUEST_TITLE to CI_COMMIT_MESSAGE in...

See merge request !173
parents ffc9e26c 34ed7d62
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -435,7 +435,7 @@ codec-comparison-on-main-push:
    - git checkout $latest_commit

    # helper variable - "|| true" to prevent failures from grep not finding anything
    - non_be_flag=$(echo $CI_MERGE_REQUEST_TITLE | grep -c --ignore-case "\[non[ -]*be\]") || true
    - non_be_flag=$(echo $CI_COMMIT_MESSAGE | grep -c --ignore-case "\[non[ -]*be\]") || true

    ### prepare pytest
    # create short test vectors