2019-05-03 03:01:52 +02:00
|
|
|
kind: pipeline
|
2020-09-27 13:45:56 +02:00
|
|
|
type: docker
|
2019-05-03 03:01:52 +02:00
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: run-repoman
|
2019-05-03 03:08:14 +02:00
|
|
|
image: aegypius/repoman:latest
|
2019-05-03 03:01:52 +02:00
|
|
|
commands:
|
|
|
|
- repoman -x -p
|