This commit is contained in:
parent
247030216c
commit
6d9f984503
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ pipeline:
|
|||
image: pipelinecomponents/pylint
|
||||
commands:
|
||||
- python3 -m pip install debian-parser requests urllib3
|
||||
- pylint entrypoint.py
|
||||
- pylint aptly-publish
|
||||
|
||||
test-flake8:
|
||||
group: test
|
||||
image: pipelinecomponents/flake8
|
||||
commands:
|
||||
- flake8 entrypoint.py
|
||||
- flake8 aptly-publish
|
||||
|
|
Loading…
Reference in a new issue