From b5f11c840646134e1dc81b22204f29c39a0d3792 Mon Sep 17 00:00:00 2001 From: William Luke Date: Thu, 3 Feb 2022 14:17:56 +0300 Subject: [PATCH] ci: add type --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 6b4e2c1..1b24aff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,7 @@ kind: pipeline name: run_tests +type: docker steps: # Run tests against Python with pytest @@ -29,6 +30,7 @@ volumes: --- kind: pipeline name: publish +type: docker steps: - name: publish