This commit is contained in:
parent
f4fc3567ee
commit
bd541691d9
1 changed files with 3 additions and 2 deletions
|
@ -7,13 +7,14 @@ steps:
|
||||||
- name: yamllint
|
- name: yamllint
|
||||||
image: python:3.9-alpine
|
image: python:3.9-alpine
|
||||||
commands:
|
commands:
|
||||||
- pip install yamllint>=1.26.0,<2.0
|
- pip install "yamllint>=1.26.0,<2.0"
|
||||||
- yamllint -c .yamllint.yml .
|
- yamllint -c .yamllint.yml .
|
||||||
|
|
||||||
- name: ansible-lint
|
- name: ansible-lint
|
||||||
image: python:3.9-alpine
|
image: python:3.9-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache gcc musl-dev python3-dev libffi-dev openssl-dev cargo
|
- apk add --no-cache gcc musl-dev python3-dev libffi-dev openssl-dev cargo
|
||||||
- pip install ansible-lint==5.0.0 ansible-base>=2.10,<2.11
|
- pip install "ansible-lint==5.0.0"
|
||||||
|
- pip install "ansible-base>=2.10,<2.11"
|
||||||
- ansible-lint
|
- ansible-lint
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue