From 76cde332d5deee1c4b3d25072d0c333edfac0a1e Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 3 Oct 2020 22:33:15 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49bebd05..2b2d037f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,22 +6,20 @@ default: paths: - config/ - results/ - - datasets/ - sim_output/ - data # exclude: # - .git/ # - datasets/.git/ - before_script: - - git clone https://eicweb.phy.anl.gov/EIC/NPDet.git - # - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install - # - cd ../.. + #before_script: + # - git clone https://eicweb.phy.anl.gov/EIC/NPDet.git + # # - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install + # # - cd ../.. stages: - build - data_init - run - # - benchmarks get_data: stage: data_init @@ -38,7 +36,8 @@ generate_config: tags: - sodium script: - - mkdir config && ./bin/gen_ci_config -p test_ -i dummy > config/dummy_config.yml + - mkdir -p config && ./bin/gen_ci_config -p test_ -i dummy > config/dummy_config.yml + - mkdir -p config && ./bin/gen_ci_config -p dis_ -i dis > config/dis_config.yml child-pipeline: stage: run -- GitLab