Try again to fix CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Benjamin Renard 2022-12-17 00:46:33 +01:00
parent a2673fc605
commit c7fc39c77c

View file

@ -1,7 +1,7 @@
pipeline:
test-pylint:
group: test
image: pipelinecomponents/pylint
image: brenard/debian-python-deb
commands:
- echo "deb http://debian.zionetrix.net stable main" >> /etc/apt/sources.list
- DEBIAN_FRONTEND=noninteractive apt-get -qq -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true update < /dev/null > /dev/null