From 6cf8fe749deda2355cbe00cda6cbb21b20ae867c Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 26 Oct 2023 14:53:53 -0700 Subject: [PATCH] Use personal drone-pre-commit image that has docker-compose binary installed --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9e1a313..08acba6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,9 +9,8 @@ workspace: steps: - name: test - image: iamthefij/drone-pre-commit:latest + image: iamthefij/drone-pre-commit@sha256:6ed8dae6b0067bd2e145e36421bcfbbc68975ff7ddaa5a3f285b5bcdaf0989c8 commands: - - pip install docker-compose - make all - name: notify