From 8f9c5b6a91d3c4bdc501901d3828ac6462bef29e Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 4 Dec 2020 13:19:25 -0800 Subject: [PATCH] Update test drone pipeline --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7d79d8f..5b0bf17 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,11 +9,8 @@ steps: # - make test - name: check - image: python:3 + image: iamthefij/drone-pre-commit:personal commands: - - pip install pre-commit - - wget -L -O /usr/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v1.18.0/hadolint-Linux-x86_64 - - chmod +x /usr/bin/hadolint - make check ---