gentoo-overlay/.gitlab-ci.yml

21 lines
289 B
YAML
Raw Normal View History

stages:
- check
- deploy
2015-10-02 14:48:00 +02:00
Repoman:
stage: check
2015-10-02 14:52:01 +02:00
script:
2015-10-02 17:22:42 +02:00
- repoman -x -p
pages:
stage: deploy
only:
- master
script:
- chmod +x .gitlab-pages-generator.sh
- ./.gitlab-pages-generator.sh . .public
- mv .public public
artifacts:
paths:
- public