Update .woodpecker.yml (x9)
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
eccd3fccf6
commit
fe25e70e7a
|
@ -16,9 +16,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base autoconf automake
|
- apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base autoconf automake
|
||||||
- apk add --no-cache py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh
|
- apk add --no-cache py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh
|
||||||
- sleep 15
|
|
||||||
- python3 -m pip config set global.break-system-packages true
|
- python3 -m pip config set global.break-system-packages true
|
||||||
- python3 -m pip install ansible molecule[docker]
|
- python3 -m pip install ansible molecule[docker] docker
|
||||||
- export ANSIBLE_COLLECTION=slococo/playground
|
- export ANSIBLE_COLLECTION=slococo/playground
|
||||||
- cd "$ANSIBLE_COLLECTION"
|
- cd "$ANSIBLE_COLLECTION"
|
||||||
- molecule test
|
- molecule test
|
||||||
|
|
Loading…
Reference in New Issue