From 6139e065ea2d1ae0cb25b122ff4f40b4e49cc60d Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 15 Apr 2024 16:58:58 +0200 Subject: [PATCH] Update .woodpecker.yml (x6) --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0723e64..c18a79b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,8 +14,9 @@ steps: molecule: image: docker:dind 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 + - apk add --no-cache py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh + - sleep 15 - python3 -m pip install ansible molecule[docker] - molecule test