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