Update .woodpecker.yml (x4)
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
c46b400dba
commit
3c7f7bed5f
|
@ -1,7 +1,7 @@
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
|
@ -14,11 +14,12 @@ pipeline:
|
||||||
molecule:
|
molecule:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
commands:
|
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 openssl-dev openssh
|
- 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
|
||||||
- python3 -m pip install ansible molecule[docker]
|
- python3 -m pip install ansible molecule[docker]
|
||||||
- molecule test
|
- molecule test
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dind:
|
dind:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Loading…
Reference in New Issue