Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -1131,6 +1131,7 @@ voip-be-on-merge-request: - 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/; fi - rm -f wmops/logs/latest_WMOPS.csv - ls wmops - rm artifacts.zip - rm -rf $public_dir Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -1131,6 +1131,7 @@ voip-be-on-merge-request: - 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/; fi - rm -f wmops/logs/latest_WMOPS.csv - ls wmops - rm artifacts.zip - rm -rf $public_dir Loading