Add .drone.yml and delete .gitlab-ci.yml

This commit is contained in:
Manuel Friedli 2018-09-03 14:02:22 +02:00
parent e53bc70274
commit b778d478d8
2 changed files with 5 additions and 20 deletions

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