Commit 1b8aff05 authored by Jan Kiene's avatar Jan Kiene
Browse files

add debugging output

parent 0e33c373
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -736,7 +736,9 @@ coverage-test-on-main-scheduled:

  # get latest artifacts with previously generated javascript files
  - api_url=$CI_API_V4_URL/projects/$CI_PROJECT_ID/jobs/artifacts/$CI_COMMIT_REF_NAME/download?job=$CI_JOB_NAME
  - echo $api_url
  - 'curl --output artifacts.zip --header "JOB-TOKEN: $CI_JOB_TOKEN" "$api_url"'
  - cat 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
  - ls
  - public_dir="$CI_JOB_NAME-public"