Re-format / re-write .drone.yml
This commit is contained in:
parent
1d773e73ca
commit
2125bfae59
1 changed files with 8 additions and 5 deletions
13
.drone.yml
13
.drone.yml
|
@ -1,5 +1,8 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: aegypius/repoman
|
||||
commands:
|
||||
- repoman -x -p
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: run-repoman
|
||||
image: aegypius/repoman
|
||||
commands:
|
||||
- repoman -x -p
|
||||
|
|
Loading…
Reference in a new issue