From 9e664d7fb2c1eb8fb69d0f2dd3368c44faba0b25 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Tue, 18 May 2021 23:52:10 +0000
Subject: [PATCH] try official jsroot instead

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a57ce43..633da4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,12 +2,13 @@ stages:
   - deploy
 
 pages:
-  image: eicweb.phy.anl.gov:4567/containers/eic_container/jug_dev:testing
+  image: eicweb.phy.anl.gov:4567/containers/eic_container/alpine
   stage: deploy
   rules:
     - if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"' 
   script:
-    - cp -r `root-config --prefix`/js public
+    - git clone https://github.com/root-project/jsroot.git public
+      #- cp -r `root-config --prefix`/js public
     - cd public && ln -s index.htm index.html && cd ..
     - cp .htaccess public/.
   artifacts:
-- 
GitLab