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

fix: install slurm/condor single/hepmc3 in short dir

parent 5e318196
No related branches found
No related tags found
1 merge request!484fix: install slurm/condor single/hepmc3 in short dir
...@@ -97,20 +97,19 @@ ADD https://api.github.com/repos/eic/job_submission_slurm/commits/${CAMPAIGNS_SL ...@@ -97,20 +97,19 @@ ADD https://api.github.com/repos/eic/job_submission_slurm/commits/${CAMPAIGNS_SL
RUN mkdir -p /opt/campaigns \ RUN mkdir -p /opt/campaigns \
&& cd /opt/campaigns \ && cd /opt/campaigns \
&& git clone -b ${CAMPAIGNS_SINGLE_VERSION} --depth 1 \ && git clone -b ${CAMPAIGNS_SINGLE_VERSION} --depth 1 \
https://github.com/eic/simulation_campaign_single.git \ https://github.com/eic/simulation_campaign_single.git single \
&& mkdir -p /opt/campaigns \ && mkdir -p /opt/campaigns \
&& cd /opt/campaigns \ && cd /opt/campaigns \
&& git clone -b ${CAMPAIGNS_HEPMC3_VERSION} --depth 1 \ && git clone -b ${CAMPAIGNS_HEPMC3_VERSION} --depth 1 \
https://github.com/eic/simulation_campaign_hepmc3.git \ https://github.com/eic/simulation_campaign_hepmc3.git hepmc3 \
&& mkdir -p /opt/campaigns \ && mkdir -p /opt/campaigns \
&& cd /opt/campaigns \ && cd /opt/campaigns \
&& git clone -b ${CAMPAIGNS_CONDOR_VERSION} --depth 1 \ && git clone -b ${CAMPAIGNS_CONDOR_VERSION} --depth 1 \
https://github.com/eic/job_submission_condor.git \ https://github.com/eic/job_submission_condor.git condor \
&& mkdir -p /opt/campaigns \ && mkdir -p /opt/campaigns \
&& cd /opt/campaigns \ && cd /opt/campaigns \
&& git clone -b ${CAMPAIGNS_SLURM_VERSION} --depth 1 \ && git clone -b ${CAMPAIGNS_SLURM_VERSION} --depth 1 \
https://github.com/eic/job_submission_slurm.git https://github.com/eic/job_submission_slurm.git slurm
## also install detector/ip geometries into opt ## also install detector/ip geometries into opt
ARG NIGHTLY='' ARG NIGHTLY=''
## cache bust when updated repositories ## cache bust when updated repositories
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment