Loading .gitlab-ci.yml +0 −4 Original line number Diff line number Diff line Loading @@ -1131,7 +1131,6 @@ 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 @@ -1147,9 +1146,6 @@ voip-be-on-merge-request: - log_files=$(cat $public_dir/graphs*.js | grep logFile | sed "s/.*\(wmops_newsletter_.*\.csv\).*/\1/g") - echo $log_files - ls wmops/logs # add the current WMOPS file again as latest one to find it easier in the main branch pipelines # this should be overwritten each time the pipeline runs - cp wmops/logs/*WMOPS.csv $public_dir/logs/latest_WMOPS.csv - for f in $log_files; do [ -f wmops/logs/$f ] && mv wmops/logs/$f $public_dir/logs/$f; done # copy index page blueprint - cp ci/complexity_measurements/index_complexity.html ${public_dir}/index.html Loading Loading
.gitlab-ci.yml +0 −4 Original line number Diff line number Diff line Loading @@ -1131,7 +1131,6 @@ 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 @@ -1147,9 +1146,6 @@ voip-be-on-merge-request: - log_files=$(cat $public_dir/graphs*.js | grep logFile | sed "s/.*\(wmops_newsletter_.*\.csv\).*/\1/g") - echo $log_files - ls wmops/logs # add the current WMOPS file again as latest one to find it easier in the main branch pipelines # this should be overwritten each time the pipeline runs - cp wmops/logs/*WMOPS.csv $public_dir/logs/latest_WMOPS.csv - for f in $log_files; do [ -f wmops/logs/$f ] && mv wmops/logs/$f $public_dir/logs/$f; done # copy index page blueprint - cp ci/complexity_measurements/index_complexity.html ${public_dir}/index.html Loading