From 72530e2db54b0d12c4cbe71617399d7ee45759de Mon Sep 17 00:00:00 2001 From: Kirby Date: Sat, 28 Nov 2020 18:14:39 +0100 Subject: [PATCH] fixing image name in drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 766a7ad..51957e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: syntax pull: if-not-exists - image: python-3-7 + image: python:3-7 commands: - pip3 install -r requirements.txt - pylint *.py