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

This commit is contained in:
Santiago Lo Coco 2024-04-15 16:58:58 +02:00
parent 9fe77ec684
commit 6139e065ea
1 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,9 @@ steps:
molecule: molecule:
image: docker:dind image: docker:dind
commands: commands:
- apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base autoconf automake\ - 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 py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh
- sleep 15
- python3 -m pip install ansible molecule[docker] - python3 -m pip install ansible molecule[docker]
- molecule test - molecule test