9 lines
136 B
YAML
9 lines
136 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: run-repoman
|
|
image: tastytea/repoman:latest
|
|
commands:
|
|
- repoman -p -v -x
|