Modified woodpecker.yml

This commit is contained in:
rhiz0et 2021-12-20 16:54:43 +01:00
parent 3e6fdf044d
commit 575dc94f20

View File

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