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

use latest release version

parent f164368b
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,12 @@ stages: ...@@ -2,12 +2,12 @@ stages:
- deploy - deploy
pages: pages:
image: eicweb.phy.anl.gov:4567/containers/eic_container/jug_dev:testing image: eicweb.phy.anl.gov:4567/containers/eic_container/debian_base:testing
stage: deploy stage: deploy
rules: rules:
- if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"' - if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"'
script: script:
- git clone https://github.com/root-project/jsroot.git public - git clone -b 6.1.0 https://github.com/root-project/jsroot.git public
- cp .htaccess public/. - cp .htaccess public/.
- cd public && ln -s index.htm index.html && cd .. - cd public && ln -s index.htm index.html && cd ..
#- cp index.htm public/. #- cp index.htm public/.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment