From b1f0e548545b19bc99952c5bd0fabe3cdfec7968 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Fri, 5 Jul 2024 09:21:46 +0200 Subject: [PATCH] remove --success_only argument from script call --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31b05648db..2b6a36cbd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2233,7 +2233,7 @@ coverage-test-on-main-scheduled: &complexity-measurements-setup # create necessary environment - mkdir -p wmops/logs - - job_id=$(python3 ci/get_id_of_last_job_occurence.py $CI_COMMIT_REF_NAME $CI_JOB_NAME $CI_PROJECT_ID --success_only) + - job_id=$(python3 ci/get_id_of_last_job_occurence.py $CI_COMMIT_REF_NAME $CI_JOB_NAME $CI_PROJECT_ID) - echo $job_id - curl --request GET "https://forge.3gpp.org/rep/api/v4/projects/$CI_PROJECT_ID/jobs/$job_id/artifacts" --output artifacts.zip - unzip artifacts.zip || true # this may fail on first run, when there are no artifacts there and the zip file is actually just "404"-html -- GitLab