Modified woodpecker.yml
This commit is contained in:
parent
3e6fdf044d
commit
575dc94f20
@ -3,6 +3,7 @@ pipeline:
|
|||||||
molecule:
|
molecule:
|
||||||
image: docker:stable-dind
|
image: docker:stable-dind
|
||||||
pull: true
|
pull: true
|
||||||
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- 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
|
||||||
@ -13,8 +14,3 @@ pipeline:
|
|||||||
- ansible --version
|
- ansible --version
|
||||||
- molecule --version
|
- molecule --version
|
||||||
- molecule test
|
- molecule test
|
||||||
|
|
||||||
services:
|
|
||||||
docker:
|
|
||||||
image: docker:dind
|
|
||||||
privileged: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user