Skip to content
Snippets Groups Projects
Commit 8f4c309e authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

.gitlab-ci.yml: remove unused get_data

parent 8de512aa
Branches
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ stages:
- status-pending
- config
- initialize
- data_init
- simulate
- calibrate
- benchmarks
......@@ -93,18 +92,9 @@ common:setup:
- mkdir -p config
- print_env.sh
get_data:
stage: data_init
needs: ["common:setup"]
script:
- 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
.det_benchmark:
needs:
- ["get_data","common:setup"]
- ["common:setup"]
before_script:
- mc config host add S3 https://eics3.sdcc.bnl.gov:9000 ${S3_ACCESS_KEY} ${S3_SECRET_KEY}
- source .local/bin/env.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment