From 013b9e8a2cc49cc7dea236b721a6a29a0d5c6e89 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 00:25:49 -0500 Subject: [PATCH] task name update...again! --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f226405..48b7150 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ type: docker 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 environment: 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 \ -d "{\"body\": \"Build complete and successful for $DRONE_REPO_NAME\"}"' depends_on: - - "Testing Drone CI with a simple Ansible Playbook" + - "Ansible Playbook Lint and Test Execution" when: event: - pull_request