From a655b9e9f73c7dacf61572448548fb2dbcc3bd40 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sun, 30 Aug 2020 00:26:31 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f68e742..09a4b3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,10 @@ hcana_build: image: eicweb.phy.anl.gov:4567/containers/image_recipes/root_base:latest stage: build tags: - - eic0 docker + - eic0 docker script: - - bash bin/compile + - ls -lrth /usr/local/bin + - bash bin/compile hcana_docker: stage: build_docker -- GitLab