Commit 5d2caa87 authored by Jan Kiene's avatar Jan Kiene
Browse files

save *WMOPS.csv output file as latest one in artifacts

parent 706a88a4
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1142,6 +1142,9 @@ 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