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

fix: revert back to source .local/bin/env.sh

parent e15e2541
No related branches found
No related tags found
1 merge request!146fix: rely on .env instead of common_bench/bin/env.sh
......@@ -126,7 +126,7 @@ get_data:
stage: data_init
needs: ["common:detector"]
script:
- source .env
- source .local/bin/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
......@@ -135,7 +135,7 @@ get_data:
needs:
- ["get_data","common:detector"]
before_script:
- source .env
- source .local/bin/env.sh
- ls -lrtha
- ln -s "${LOCAL_DATA_PATH}/sim_output" sim_output
- ln -s "${LOCAL_DATA_PATH}/datasets/data" data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment