diff --git a/.drone.yml b/.drone.yml index 6fff082..7b3a9a7 100644 --- a/.drone.yml +++ b/.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