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
|
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
|
||||||
|
|
Loading…
Reference in a new issue