From 1220ba3f24777ce2830870906dfb363d0b96fb54 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 17 Apr 2021 00:53:00 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0963b1e7..0e9d338b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab