diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a57ce436af1f23c6e4c19564d034d34b4d10ff9f..633da4acf282967bba25cc90281d1717ffb93da3 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: