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