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