Enable CI on drone #5

Merged
manuel merged 18 commits from feature/repoman-ci-drone into master 2018-09-03 23:42:33 +02:00
2 changed files with 5 additions and 20 deletions
Showing only changes of commit b778d478d8 - Show all commits

5
.drone.yml Normal file
View File

@ -0,0 +1,5 @@
pipeline:
build:
image: aegypius/repoman
commands:
- repoman -x -p

View File

@ -1,20 +0,0 @@
stages:
- check
- deploy
Repoman:
stage: check
script:
- 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