From 34b7468ba5309f1813d3f340dc84c37856ce5a6a Mon Sep 17 00:00:00 2001 From: pictuga Date: Mon, 6 Dec 2021 21:28:06 +0100 Subject: [PATCH] drone: fix bug --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2d42d26..16670c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,4 @@ +--- kind: pipeline name: test @@ -14,6 +15,7 @@ steps: kind: pipeline name: python +steps: - name: publish image: plugins/pypi settings: @@ -35,6 +37,7 @@ depends_on: kind: pipeline name: docker +steps: - name: publish image: plugins/docker settings: