From aeda358a4a1a064958fd994c9209047bd8c783c8 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sat, 19 Sep 2020 21:26:29 +0000 Subject: [PATCH] Change drone steps --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7c8a414..9e1a313 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,10 +9,8 @@ workspace: steps: - name: test - image: python:3-slim + image: iamthefij/drone-pre-commit:latest commands: - - apt-get update - - apt-get install -y --no-install-recommends make shellcheck - pip install docker-compose - make all