From 68d3c3dcc8bc5387d08174af1f09b2f8bc195847 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 21 Jul 2020 23:23:09 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4c8c286..c8127fd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,8 @@ default: # exclude: # - .git/ # - datasets/.git/ - before_script: - - git clone https://eicweb.phy.anl.gov/EIC/NPDet.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 ../.. -- GitLab