simplify the drone config wiht the newly built image
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
58068e9cd8
commit
42074b31c5
1 changed files with 1 additions and 10 deletions
11
.drone.yml
11
.drone.yml
|
@ -5,16 +5,7 @@ name: check
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: yamllint
|
- name: yamllint
|
||||||
image: python:3.9-alpine
|
image: aurore-ansible-lint-image
|
||||||
commands:
|
commands:
|
||||||
- pip install "yamllint>=1.26.0,<2.0"
|
|
||||||
- yamllint -c .yamllint.yml .
|
|
||||||
|
|
||||||
- name: ansible-lint
|
|
||||||
image: python:3.9-alpine
|
|
||||||
commands:
|
|
||||||
- apk add --no-cache gcc musl-dev python3-dev libffi-dev openssl-dev cargo
|
|
||||||
- pip install "ansible-lint==5.0.0"
|
|
||||||
- pip install "ansible>=2.10,<2.11"
|
|
||||||
- ansible-lint
|
- ansible-lint
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue