Skip to content
Snippets Groups Projects
Commit d2f9be53 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Sylvester Joosten
Browse files

No line continuation

(cherry picked from commit 1d27166c)
parent f16693a8
Branches
No related tags found
1 merge request!201Add awkward-array package
......@@ -137,14 +137,14 @@ RUN mkdir -p /opt/benchmarks
&& cd /opt/benchmarks \
&& git clone -b ${BENCHMARK_DET_VERSION} --depth 1 \
https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git \
&& ln -sf ../common_bench detector_benchmarks/.local \
&& ln -sf ../common_bench detector_benchmarks/.local
ADD ${EICWEB}/408/repository/tree?ref=${BENCHMARK_REC_VERSION} /tmp/408.json
RUN mkdir -p /opt/benchmarks \
&& cd /opt/benchmarks \
&& git clone -b ${BENCHMARK_REC_VERSION} --depth 1 \
https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks.git \
&& ln -sf ../common_bench reconstruction_benchmarks/.local \
&& ln -sf ../common_bench reconstruction_benchmarks/.local
ADD ${EICWEB}/400/repository/tree?ref=${BENCHMARK_PHY_VERSION} /tmp/400.json
RUN mkdir -p /opt/benchmarks \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment