From fbe79256fbbc834395f86cda9a87c41a9dae04aa Mon Sep 17 00:00:00 2001 From: Quentin Ferrand Date: Thu, 21 Apr 2022 16:04:05 +0200 Subject: [PATCH] . --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0abc61d..639313b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,8 @@ name: python steps: - name: test - image: python/latest + #image: python/latest + image: alpine/git commands: - pip install -q --upgrade pre-commit - pre-commit run --all-files