Loading .gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -939,7 +939,6 @@ coverage-test-on-main-scheduled: # 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 - ls wmops - rm -rf wmops/logs/* - rm artifacts.zip - rm -rf $public_dir Loading @@ -949,8 +948,11 @@ coverage-test-on-main-scheduled: - mkdir $public_dir - mv -f wmops/log_*_all.txt wmops/*.js ${public_dir}/ # move logfiles for links - log_files=$(cat graphs_wmops_flc.js | grep logFile | sed "s/.*\(wmops_newsletter_.*\.csv\).*/\1/g") - echo $log_files - mkdir $public_dir/logs - mv wmops/logs/wmops_newsletter_* $public_dir/logs/ - for f in $log_files; do mv wmops/logs/$f $public_dir/logs/$f; done # copy index page blueprint - cp ci/complexity_measurements/index_complexity.html ${public_dir}/index.html # patch the format in the title - sed -i "s/<title>IVAS FORMAT/<title>IVAS $in_format to $out_format/g" ${public_dir}/index.html Loading Loading
.gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -939,7 +939,6 @@ coverage-test-on-main-scheduled: # 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 - ls wmops - rm -rf wmops/logs/* - rm artifacts.zip - rm -rf $public_dir Loading @@ -949,8 +948,11 @@ coverage-test-on-main-scheduled: - mkdir $public_dir - mv -f wmops/log_*_all.txt wmops/*.js ${public_dir}/ # move logfiles for links - log_files=$(cat graphs_wmops_flc.js | grep logFile | sed "s/.*\(wmops_newsletter_.*\.csv\).*/\1/g") - echo $log_files - mkdir $public_dir/logs - mv wmops/logs/wmops_newsletter_* $public_dir/logs/ - for f in $log_files; do mv wmops/logs/$f $public_dir/logs/$f; done # copy index page blueprint - cp ci/complexity_measurements/index_complexity.html ${public_dir}/index.html # patch the format in the title - sed -i "s/<title>IVAS FORMAT/<title>IVAS $in_format to $out_format/g" ${public_dir}/index.html Loading