Skip to content
Snippets Groups Projects
Commit a7d107b4 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Use npdet image from repo

- this assumes the pipeline trigger is coming on the heels of a npdet
image build
parent c295f4d0
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment