Add .drone.yml and delete .gitlab-ci.yml
This commit is contained in:
parent
e53bc70274
commit
b778d478d8
2 changed files with 5 additions and 20 deletions
5
.drone.yml
Normal file
5
.drone.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: aegypius/repoman
|
||||
commands:
|
||||
- repoman -x -p
|
|
@ -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
|
Loading…
Reference in a new issue