fix: remove flake8 as verifier for lint
This commit is contained in:
parent
eaff8d03a5
commit
8eb3096a5e
@ -1,13 +1,14 @@
|
|||||||
---
|
---
|
||||||
dependency:
|
dependency:
|
||||||
name: galaxy
|
name: shell
|
||||||
|
command: python3 -m pip install pytest-testinfra
|
||||||
|
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
# On "${name:-${image:-debian}", the last brace does not miss, it works like that...
|
# On "${name:-${image:-debian}", the last brace does not miss, it works like that...
|
||||||
# The env var "name" should be used when the image variable refers to a full registry path like registry.access.redhat.com/ubi8/ubi
|
# The env var should be used when the image variable refers to a full registry path like registry.access.redhat.com/ubi8/ubi
|
||||||
- name: claranet_motd_${name:-${image:-debian}-${tag:-latest}-${scenario:-default}
|
- name: claranet_motd_${name:-${image:-debian}-${tag:-latest}-${scenario:-default}
|
||||||
image: ${image:-debian}:${tag:-latest}
|
image: ${image:-debian}:${tag:-latest}
|
||||||
privileged: true
|
privileged: true
|
||||||
@ -31,8 +32,6 @@ provisioner:
|
|||||||
|
|
||||||
verifier:
|
verifier:
|
||||||
name: testinfra
|
name: testinfra
|
||||||
lint:
|
|
||||||
name: flake8
|
|
||||||
options:
|
options:
|
||||||
verbose: true
|
verbose: true
|
||||||
s: true
|
s: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user