From 2125bfae593eed87b8799db9f866e50180642372 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Fri, 3 May 2019 03:01:52 +0200 Subject: [PATCH] Re-format / re-write .drone.yml --- .drone.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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