updates to .drone.yml #7
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