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:45:42 +01:00
parent c05ed411ba
commit a2673fc605

View file

@ -3,7 +3,7 @@ pipeline:
group: test
image: pipelinecomponents/pylint
commands:
- echo "deb http://debian.zionetrix.net stable main" > /etc/apt/sources.list.d/zionetrix.list
- 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
- DEBIAN_FRONTEND=noninteractive apt-get -qq -o APT::Get::AllowUnauthenticated=true install --yes zionetrix-archive-keyring < /dev/null > /dev/null
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null