Skip to content
Snippets Groups Projects
Commit 9e664d7f authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

try official jsroot instead

parent 60d3b4b6
Branches
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment