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

not sure what the dash did there

parent 44819b34
No related branches found
No related tags found
1 merge request!216Pull Acts materials map as calibration into tracking benchmarks
...@@ -4,7 +4,7 @@ branch=${1:-master} ...@@ -4,7 +4,7 @@ branch=${1:-master}
detector_benchmarks=https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks/-/jobs/artifacts/${branch}/raw/ detector_benchmarks=https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks/-/jobs/artifacts/${branch}/raw/
mkdir -p config mkdir -p config
for i in results/emcal_barrel_calibration.json results/geometry-map-json ; do for i in results/emcal_barrel_calibration.json results/geometry-map.json ; do
curl --fail -sL ${detector_benchmarks}/${i}?job=deploy_results --output config/$(basename ${i}) curl --fail -sL ${detector_benchmarks}/${i}?job=deploy_results --output config/$(basename ${i})
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
if find ${DETECTOR_PATH} -name $(basename $i) ; 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