Commit 4e95e040 authored by Fabian Müller's avatar Fabian Müller Committed by Jan Kiene
Browse files

fixup! Change ref_using_main to ref_using_target

parent 5d8c9e1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1039,8 +1039,8 @@ split-rendering-pytest-on-merge-request:
    # write to temporary file as workaround for failures observed with piping echo
    - echo $CI_MERGE_REQUEST_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
    # 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
    - ref_using_target=0

    # store the current commit hash