Ignore ansible-lint command exit code

This patch disables the ansible-lint check by ignoring the command exit
code.

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: Idc345bb16456b4092ece0c1ed21800b64c2586ba
This commit is contained in:
Gael Chamoulaud (Strider) 2020-12-15 09:02:31 +01:00
parent 5d9383059e
commit d2b89c83db
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ commands = oslo_debug_helper {posargs}
[testenv:ansible-lint]
basepython = python2
commands =
bash tools/ansible-lint.sh
- bash tools/ansible-lint.sh
[flake8]
# E123, E125 skipped as they are invalid PEP-8.