From aa741eb49e5c98483be491db80a4c96c1fbf91e3 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 8 Jan 2021 17:31:56 -0500 Subject: [PATCH] Make check step faster --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 34534dc..4dd7f8d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,10 +13,7 @@ steps: - make test - name: check - image: python:3 - commands: - - pip install pre-commit==1.20.0 - - make check + image: iamthefij/drone-pre-commit:personal - name: notify image: drillster/drone-email