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

fix first run of complexity jobs

parent aca6a3d3
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -740,7 +740,8 @@ coverage-test-on-main-scheduled:
  - 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"
  - mv $public_dir/* wmops/
  # if is needed to catch case when no artifact is there (first run), similarly as above
  - if [[ -d $public_dir ]]; then mv $public_dir/* wmops/; else mkdir wmops; fi
  - ls wmops
  - rm artifacts.zip
  - rm -rf $public_dir