Skip to content
Snippets Groups Projects
Commit 098717bb authored by Dmitry Romanov's avatar Dmitry Romanov
Browse files

CI stub to check server is working

parent 39a80428
No related branches found
No related tags found
No related merge requests found
Pipeline #7904 failed
stages:
- deploy
pages:
image: eicweb.phy.anl.gov:4567/containers/eic_container/alpine
stage: deploy
needs: ['gen_doxygen_src']
rules:
- if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"'
script:
- apk update && apk add doxygen graphviz ttf-ubuntu-font-family
- mkdir -p public && echo "Hello!" public/index.html
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment