Skip to content
Snippets Groups Projects
Commit f52b6519 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: post report.pdf link to success status

parent 832794b9
Branches
Tags
1 merge request!214feat: produce pdf report
......@@ -130,7 +130,8 @@ summary:
cat templates/report_footer.tex >> report.tex ;
pdflatex report.tex ;
pdflatex report.tex ;
mv report.pdf results
mv report.pdf results ;
echo "TARGET_URL=https://eicweb.phy.anl.gov/EIC/benchmarks/physics_benchmarks/-/jobs/${CI_JOB_ID}/artifacts/raw/results/report.pdf?job=summary" | tee -a .env
artifacts:
paths:
- results/*
......@@ -143,6 +144,7 @@ benchmarks:physics:success:
variables:
STATE: "success"
DESCRIPTION: "Succeeded!"
TARGET_URL: "${TARGET_URL}"
when: on_success
benchmarks:physics:failure:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment