From d9eaafa49dc2a6b26aed577a01a8132867953271 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Fri, 28 Aug 2020 13:01:12 -0500 Subject: [PATCH] CI again.. --- containers/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile index e5ef3a3..a11d5c0 100644 --- a/containers/docker/Dockerfile +++ b/containers/docker/Dockerfile @@ -29,7 +29,7 @@ RUN ls -lrth /usr/local/lib/lib*.so \ && cd /tmp && rm -rf analyzer RUN cd /tmp \ - && git clone https://eicweb.phy.anl.gov/jlab/hallc/hcana.git \ + && git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana.git \ && mkdir hcana/build && cd hcana/build \ && git pull \ && cmake ../. && make -j20 && make install \ -- GitLab