From a7d107b4740462393e97d92d4986cc985b252974 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 21 Jul 2020 23:12:59 -0500 Subject: [PATCH] Use npdet image from repo - this assumes the pipeline trigger is coming on the heels of a npdet image build --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af9d787..359e23f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest +image: eicweb.phy.anl.gov:4567/eic/npdet/npdet:latest default: artifacts: @@ -10,10 +10,10 @@ default: # exclude: # - .git/ # - datasets/.git/ - before_script: - - git clone https://eicweb.phy.anl.gov/EIC/NPDet.git && mkdir NPDet/build - - 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 && mkdir NPDet/build + # - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install + # - cd ../.. stages: - data_init -- GitLab