Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading