Commit 04728467 authored by Jan Kiene's avatar Jan Kiene
Browse files

[revert-me] change branch to get ref numbers from

parent 74a3e2bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
  # only do this for ivas-basop
  - if [ "$CI_PROJECT_ID" == "$PROJECT_ID_BASOP" ]; then
  # find id of same name job in float repo on branch main
  -   job_id=$(python3 ci/get_id_of_last_job_occurence.py main $CI_JOB_NAME $PROJECT_ID_FLOAT)
  -   job_id=$(python3 ci/get_id_of_last_job_occurence.py kiene/ci-test-complexity-jobs-unification $CI_JOB_NAME $PROJECT_ID_FLOAT)
  -   echo $job_id
  -   curl --silent --show-error --request GET "$CI_API_V4_URL/projects/$PROJECT_ID_FLOAT/jobs/$job_id/artifacts" --output artifacts_ref.zip
  -   unzip -qq -j artifacts_ref.zip "*latest_WMOPS.csv" || true