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