updates to .drone.yml #7

Merged
chris merged 16 commits from development into main 2023-11-17 15:58:09 -05:00
Showing only changes of commit c689cd19bd - Show all commits

View File

@ -14,7 +14,7 @@ steps:
- name: "debug" - name: "debug"
image: gitea.thezengarden.net/podman/images/ansible-dev:latest image: gitea.thezengarden.net/podman/images/ansible-dev:latest
commands: commands:
- echo "$ANSIBLE_DOCKER_IMAGE - $ANSIBLE_INVENTORY - $ANSIBLE_PLAYBOOK" - echo "image: $ANSIBLE_DOCKER_IMAGE - inventory: $ANSIBLE_INVENTORY - playbook: $ANSIBLE_PLAYBOOK"
when: when:
branch: branch:
- development - development