From 545f8ef368733b37bc80d610dd50db7c7134dc85 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 18 Aug 2024 20:47:50 +0200 Subject: [PATCH] debug --- .woodpecker/lint.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index b45a2db..e4297c9 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -9,17 +9,11 @@ steps: - name: ansible-lint image: ghcr.io/ansible/community-ansible-dev-tools commands: - - sleep 10000 - - pwd - - id - - echo $HOME - - echo $PATH - - which ansible-lint - - ansible-lint --help - ansible-lint environment: + # TODO: https://github.com/woodpecker-ci/woodpecker/issues/3552 + HOME: "/home/podman" FORCE_COLOR: "1" - ANSIBLE_LOCAL_TEMP: /tmp - name: python-format image: docker.io/python:3.12