add debug test to check environment
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
2ed92a0eda
commit
af2c35003c
10
.drone.yml
10
.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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user