From 0a081f791c695ea87470ebd8bd232a08d3ce31a3 Mon Sep 17 00:00:00 2001 From: Mauro Scomparin Date: Tue, 14 Jan 2020 00:53:50 +0100 Subject: [PATCH] drone new pipe --- .drone.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.drone.yaml b/.drone.yaml index 013527d..3d0c748 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -1,5 +1,10 @@ -pipeline: - build: - image: python - commands: - - python3 -m unittest -v +--- +kind: pipeline +type: docker +name: default + +steps: +- name: greeting + image: python + commands: + - python3 -m unittest -v -- 2.25.1