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