Unverified Commit 36210d4a authored by norvell's avatar norvell
Browse files

Add nonbe tag to avoid failure for nonbe

parent 551f657c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1314,7 +1314,7 @@ split-rendering-pytest-on-merge-request:

    # some helper variables - "|| true" to prevent failures from grep not finding anything
    # write to temporary file as workaround for failures observed with piping echo
    - echo "Merge request dummy title" > tmp.txt
    - echo "[Non BE] Merge request dummy title" > tmp.txt
    - non_be_flag=$(grep -c --ignore-case "\[split*[ -]*non[ -]*be\]" tmp.txt) || true
    # TODO: ref_using_target comes from float repo, but does not apply here - disable for now
    # - ref_using_target=$(grep -c --ignore-case "\[ref[ -]*using[ -]*target\]" tmp.txt) || true