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

This commit is contained in:
Robert Kaussow 2024-08-18 20:52:33 +02:00
parent 2005031958
commit 09b43e8693
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -9,11 +9,10 @@ steps:
- name: ansible-lint - name: ansible-lint
image: ghcr.io/ansible/community-ansible-dev-tools image: ghcr.io/ansible/community-ansible-dev-tools
commands: commands:
- sleep 10000 # TODO: https://github.com/woodpecker-ci/woodpecker/issues/3552
- export HOME=/home/podman
- ansible-lint - ansible-lint
environment: environment:
# TODO: https://github.com/woodpecker-ci/woodpecker/issues/3552
HOME: "/home/podman"
FORCE_COLOR: "1" FORCE_COLOR: "1"
- name: python-format - name: python-format