Fix and update CI #18
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ steps:
|
||||||
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"
|
- pip install "ansible-lint==5.0.0"
|
||||||
- pip install "ansible-base>=2.10,<2.11"
|
- pip install "ansible>=2.10,<2.11"
|
||||||
- ansible-lint
|
- ansible-lint
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue