add debug test to check environment
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Chris Hammer 2023-11-17 15:35:53 -05:00
parent 2ed92a0eda
commit af2c35003c

View File

@ -11,6 +11,16 @@ environment:
steps: steps:
- name: "debug"
image: gitea.thezengarden.net/podman/images/ansible-dev:latest
commands:
- echo "$ANSIBLE_DOCKER_IMAGE - $ANSIBLE_INVENTORY - $ANSIBLE_PLAYBOOK"
when:
branch:
- development
event: [push]
- name: "ansible_environment_verify" - name: "ansible_environment_verify"
image: "$ANSIBLE_DOCKER_IMAGE" image: "$ANSIBLE_DOCKER_IMAGE"
commands: commands: