Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading