Merge branch '87-add-ci-job-for-pages' into 'master'

Added pages job to the build process, so the while overlay tree should become vi…

Closes #87

See merge request !155
This commit is contained in:
Manuel Friedli 2017-03-21 14:48:56 +01:00
commit bc79d4fc6a

View file

@ -1,3 +1,20 @@
stages:
- check
- deploy
Repoman: Repoman:
stage: check
script: script:
- repoman -x -p - repoman -x -p
pages:
stage: deploy
only:
- master
script:
- mkdir .public
- mv * .public
- mv .public public
artifacts:
paths:
- public