From d9cf1998d3ee9465e08d92338b01cee1e961d9d1 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 19 Jan 2023 14:46:17 +0100 Subject: [PATCH] CI: Switch tests on brenard/python-pre-commit docker image to speed up execution --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c16e9d8..2a012ce 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,10 +5,10 @@ clone: pipeline: tests: - image: debian:stable-slim + image: brenard/python-pre-commit:latest commands: - DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null - - DEBIAN_FRONTEND=noninteractive apt-get -qq -y install --no-install-recommends python3-requests python3-xmltodict pylint3 git pre-commit < /dev/null > /dev/null + - DEBIAN_FRONTEND=noninteractive apt-get -qq -y install --no-install-recommends python3-requests python3-xmltodict < /dev/null > /dev/null - pre-commit run --all-files build: