From 3c7f7bed5fe22277e7e36694d0be8c0c1a452dc3 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 15 Apr 2024 16:55:58 +0200 Subject: [PATCH] Update .woodpecker.yml (x4) --- .woodpecker.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0a49f99..d6dcd29 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,7 +1,7 @@ when: branch: master -pipeline: +steps: ansible-lint: image: alpine/git commands: @@ -14,11 +14,12 @@ pipeline: 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 \ + py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh - python3 -m pip install ansible molecule[docker] - molecule test services: - dind: - image: docker:dind - privileged: true + dind: + image: docker:dind + privileged: true