Skip to content
Snippets Groups Projects
Commit f74b4687 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

CI: Re-enabled GL pages

parent ef6a784b
No related branches found
No related tags found
No related merge requests found
...@@ -18,18 +18,19 @@ sonarqube-check: ...@@ -18,18 +18,19 @@ sonarqube-check:
- if: $CI_COMMIT_BRANCH == 'master' - if: $CI_COMMIT_BRANCH == 'master'
#pages: pages:
# stage: deploy stage: deploy
# script: script:
# - mkdir public - mkdir public
# - mv js public/js - mv js public/js
# - mv css public/css - mv css public/css
# - mv panels public/panels - mv panels public/panels
# - mv config public/config - mv config public/config
# - mv index.html public/index.html - mv content public/content
# - mv favicon.png public/favicon.png - mv index.html public/index.html
# artifacts: - mv favicon.png public/favicon.png
# paths: artifacts:
# - public/ paths:
# only: - public/
# - master only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment