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

get_calibrations: copy material-maps

parent 8d0136c2
No related branches found
No related tags found
1 merge request!112get_calibrations: copy material-maps
......@@ -4,7 +4,7 @@ branch=${1:-master}
detector_benchmarks=https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks/-/jobs/artifacts/${branch}/raw/
mkdir -p config
for i in results/emcal_barrel_calibration.json ; do
for i in results/emcal_barrel_calibration.json results/material-maps.json ; do
curl --fail -sL ${detector_benchmarks}/${i}?job=deploy_results --output config/$(basename ${i})
if [[ "$?" -ne "0" ]] ; then
if find ${DETECTOR_PATH} -name $(basename $i) ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment