debug
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test unknown status
ci/woodpecker/pr/docs unknown status

This commit is contained in:
Robert Kaussow 2024-08-18 20:47:50 +02:00
parent f451265e33
commit 545f8ef368
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -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