Modified woodpecker.yml

This commit is contained in:
rhiz0et 2021-12-20 16:58:13 +01:00
parent 575dc94f20
commit 99db7c5103

View File

@ -1,10 +1,10 @@
--- ---
pipeline: pipeline:
molecule: molecule:
image: docker:stable-dind image: docker:dind
pull: true pull: true
privileged: true
commands: commands:
- sleep 15
- apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base - apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base
autoconf automake py3-cryptography linux-headers musl-dev libffi-dev autoconf automake py3-cryptography linux-headers musl-dev libffi-dev
openssl-dev openssh openssl-dev openssh
@ -14,3 +14,8 @@ pipeline:
- ansible --version - ansible --version
- molecule --version - molecule --version
- molecule test - molecule test
services:
dind:
image: docker:dind
privileged: true