Update .woodpecker.yml (x4)
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Santiago Lo Coco 2024-04-15 16:55:58 +02:00
parent c46b400dba
commit 3c7f7bed5f
1 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
when:
branch: master
pipeline:
steps:
ansible-lint:
image: alpine/git
commands:
@ -14,7 +14,8 @@ pipeline:
molecule:
image: docker:dind
commands:
- apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base autoconf automake py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh
- apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base autoconf automake \
py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh
- python3 -m pip install ansible molecule[docker]
- molecule test