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: default:
artifacts: artifacts:
...@@ -10,10 +10,10 @@ default: ...@@ -10,10 +10,10 @@ default:
# exclude: # exclude:
# - .git/ # - .git/
# - datasets/.git/ # - datasets/.git/
before_script: # before_script:
- git clone https://eicweb.phy.anl.gov/EIC/NPDet.git && mkdir NPDet/build # - 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 NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install
- cd ../.. # - cd ../..
stages: stages:
- data_init - data_init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment