Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -741,7 +741,7 @@ coverage-test-on-main-scheduled: - ls - public_dir="$CI_JOB_NAME-public" # 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 - if [[ -d $public_dir ]]; then mv $public_dir/* wmops/; fi - ls wmops - rm artifacts.zip - rm -rf $public_dir Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -741,7 +741,7 @@ coverage-test-on-main-scheduled: - ls - public_dir="$CI_JOB_NAME-public" # 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 - if [[ -d $public_dir ]]; then mv $public_dir/* wmops/; fi - ls wmops - rm artifacts.zip - rm -rf $public_dir Loading