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