diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f68a3861b8a6e1cc5ee744cc16bc7bc43f9ab8a..3ed98b89e7ece7f611f28ec1eb40dad2d39810aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: