Commit 9d5a1dc4 authored by norvell's avatar norvell
Browse files

Correction regarding ref_using_main in ivas-pytest-on-merge-request

parent 5a924f01
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -329,9 +329,6 @@ ivas-pytest-on-merge-request:
    - *print-common-info
    - *merge_request_comparison_setup

    ### re-checkout the commit from the source branch to have up-to-date self_test.py and scripts/testv (and actually everything)
    - git checkout $source_branch_commit_sha

    # some helper variables - "|| true" to prevent failures from grep not finding anything
    - non_be_flag=$(echo $CI_MERGE_REQUEST_TITLE | grep -c --ignore-case "\[non[ -]*be\]") || true
    - ref_using_main=$(echo $CI_MERGE_REQUEST_TITLE | grep -c --ignore-case "\[ref[ -]*using[ -]*main\]") || true