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

revert the "latest" handling

parent 4afaa803
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
@@ -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