Modified woodpecker.yml
This commit is contained in:
parent
3e6fdf044d
commit
575dc94f20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user