Commit 20a19e96 authored by Jan Kiene's avatar Jan Kiene
Browse files

get id of last occurence in ltv job

parent 0c045f8d
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -240,6 +240,8 @@ stages:

    - python3 scripts/parse_mld_xml.py report-junit.xml mld.csv

    - if $UPDATE_PAGES; then python3 ci/get_id_of_last_job_occurence.py $CI_DEFAULT_BRANCH $CI_JOB_NAME $CI_PROJECT_ID; echo "Job ID: $CI_JOB_ID"; fi

    - if [ $zero_errors != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_FAIL; fi
    - if [ $exit_code -eq 1 ]; then echo "Differences encountered"; exit $EXIT_CODE_NON_BE; fi
    - exit 0