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:
molecule:
image: docker:stable-dind
image: docker:dind
pull: true
privileged: true
commands:
- sleep 15
- 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
@ -14,3 +14,8 @@ pipeline:
- ansible --version
- molecule --version
- molecule test
services:
dind:
image: docker:dind
privileged: true