task name update...again!
This commit is contained in:
parent
5bdb1a3e56
commit
013b9e8a2c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user