Skip to content
Snippets Groups Projects
Commit 1220ba3f authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent 540a72d1
No related branches found
No related tags found
1 merge request!20Restructuring repo
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
......@@ -59,6 +59,7 @@ get_data:
stage: data_init
needs: ["detector"]
script:
- source options/env.sh
- ln -s ${LOCAL_DATA_PATH}/sim_output sim_output
- ln -s ${LOCAL_DATA_PATH}/datasets/data data
- cd ${LOCAL_DATA_PATH} && git clone --depth=1 https://eicweb.phy.anl.gov/EIC/datasets.git datasets
......@@ -67,6 +68,10 @@ get_data:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
needs:
- ["get_data"]
before_script:
- source options/env.sh
- ln -s ${LOCAL_DATA_PATH}/sim_output sim_output
- ln -s ${LOCAL_DATA_PATH}/datasets/data data
artifacts:
expire_in: 20 weeks
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment