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

Fixing CI

	modified:   containers/docker/Dockerfile
parent d6b21bb3
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ RUN ls -lrth /usr/local/lib/lib*.so \
&& export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH \
&& export PATH=/usr/local/bin:$PATH \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/analyzer.git \
&& mkdir analyzer/build && cd analyzer/build && git pull && git checkout v1.3-dev\
&& mkdir analyzer/build && cd analyzer/build && git pull && git checkout master\
&& cmake ../. && make -j20 VERBOSE=1 && make install \
&& cd /tmp && rm -rf analyzer \
&& git clone https://eicweb.phy.anl.gov/jlab/hcana.git \
......
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