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

.gitlab-ci.yml: remove common:detector

parent 96582c84
No related branches found
No related tags found
1 merge request!89Delete build_detector.sh
...@@ -62,14 +62,6 @@ common:setup: ...@@ -62,14 +62,6 @@ common:setup:
script: script:
- git clone -b ${CI_COMMIT_REF_NAME} https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup - git clone -b ${CI_COMMIT_REF_NAME} https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
- source setup/bin/env.sh && ./setup/bin/install_common.sh - source setup/bin/env.sh && ./setup/bin/install_common.sh
common:detector:
stage: initialize
needs: ["common:setup"]
rules:
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
script:
- source .local/bin/env.sh && build_detector.sh
- bin/mkdir_local_data_link sim_output - bin/mkdir_local_data_link sim_output
- print_env.sh - print_env.sh
- ls -lrth - ls -lrth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment