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 ---