task name update...again!
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
Chris Hammer 2023-11-17 00:25:49 -05:00
parent 5bdb1a3e56
commit 013b9e8a2c

View File

@ -5,7 +5,7 @@ type: docker
steps: steps:
- name: Testing Drone CI with a simple Ansible Playbook - name: Ansible Playbook Lint and Test Execution
image: gitea.thezengarden.net/podman/images/ansible-dev:latest image: gitea.thezengarden.net/podman/images/ansible-dev:latest
environment: environment:
GITEA_TOKEN: GITEA_TOKEN:
@ -32,7 +32,7 @@ steps:
https://gitea.thezengarden.net/api/v1/repos/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}/issues/${DRONE_PULL_REQUEST}/comments \ https://gitea.thezengarden.net/api/v1/repos/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}/issues/${DRONE_PULL_REQUEST}/comments \
-d "{\"body\": \"Build complete and successful for $DRONE_REPO_NAME\"}"' -d "{\"body\": \"Build complete and successful for $DRONE_REPO_NAME\"}"'
depends_on: depends_on:
- "Testing Drone CI with a simple Ansible Playbook" - "Ansible Playbook Lint and Test Execution"
when: when:
event: event:
- pull_request - pull_request