From af2c35003c24914437d04917c9dde198a1bb3994 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 15:35:53 -0500 Subject: [PATCH] add debug test to check environment --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index a4f66d8..9d8a448 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,16 @@ environment: 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" image: "$ANSIBLE_DOCKER_IMAGE" commands: