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

CI still broken

	modified:   .gitlab-ci.yml
	modified:   containers/docker/Dockerfile
parent 773398ad
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ hcana_docker:
tags:
- eic0 docker
script:
#- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- cd containers/docker && make release
hcana_singularity:
......
......@@ -26,7 +26,9 @@ RUN ls -lrth /usr/local/lib/lib*.so \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/analyzer.git \
&& mkdir analyzer/build && cd analyzer/build && git pull && git checkout master\
&& cmake ../. && make -j20 VERBOSE=1 && make install \
&& cd /tmp && rm -rf analyzer \
&& cd /tmp && rm -rf analyzer
RUN cd /tmp \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/hcana.git \
&& mkdir hcana/build && cd hcana/build \
&& git pull \
......
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