Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading