From 5bdb1a3e5657f56fc6ba77aeaa7dc5a2cec6329a Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 00:22:51 -0500 Subject: [PATCH] add depends_on; modify task name --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d5e8888..f226405 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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