From fe25e70e7a958d60d74cc2c92001f98b995fa17a Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 15 Apr 2024 17:06:42 +0200 Subject: [PATCH] Update .woodpecker.yml (x9) --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9f82696..111bc62 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,9 +16,8 @@ steps: commands: - 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 - - sleep 15 - 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 - cd "$ANSIBLE_COLLECTION" - molecule test