add depends_on; modify task name
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:22:51 -05:00
parent 0e73abc19d
commit 5bdb1a3e56

View File

@ -21,7 +21,7 @@ steps:
branch:
- development
- name: Can we post back to the PR
- name: Add comment to pull request
image: gitea.thezengarden.net/podman/images/ansible-dev:latest
environment:
GITEA_TOKEN:
@ -31,6 +31,8 @@ steps:
-H "Content-type: application/json" \
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\"}"'
depends_on:
- "Testing Drone CI with a simple Ansible Playbook"
when:
event:
- pull_request