From: Mauro Scomparin Date: Mon, 13 Jan 2020 23:53:50 +0000 (+0100) Subject: drone new pipe X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=0a081f791c695ea87470ebd8bd232a08d3ce31a3;p=money.git drone new pipe --- 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