CI: fix tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Benjamin Renard 2022-12-16 12:53:38 +01:00
parent 247030216c
commit 6d9f984503

View file

@ -4,10 +4,10 @@ pipeline:
image: pipelinecomponents/pylint image: pipelinecomponents/pylint
commands: commands:
- python3 -m pip install debian-parser requests urllib3 - python3 -m pip install debian-parser requests urllib3
- pylint entrypoint.py - pylint aptly-publish
test-flake8: test-flake8:
group: test group: test
image: pipelinecomponents/flake8 image: pipelinecomponents/flake8
commands: commands:
- flake8 entrypoint.py - flake8 aptly-publish