From 63bb1d507eb67da841ae7b44dfeaf77a72a1fb66 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dkalinkin@bnl.gov> Date: Sat, 28 Sep 2024 02:53:02 +0000 Subject: [PATCH] .gitlab-ci.yml: remove common:detector --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index facd023..8739991 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,14 +62,6 @@ common:setup: script: - 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 - -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 - print_env.sh - ls -lrth -- GitLab