add build complete message to be sent back to the pr
This commit is contained in:
parent
85c7e6e0f9
commit
425f0d878d
@ -30,7 +30,7 @@ steps:
|
|||||||
- 'curl -sL -X POST -H "Authorization: token $GITEA_TOKEN" \
|
- 'curl -sL -X POST -H "Authorization: token $GITEA_TOKEN" \
|
||||||
-H "Content-type: application/json" \
|
-H "Content-type: application/json" \
|
||||||
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\": \"giraffe butt\"}"'
|
-d "{\"body\": \"Build complete and successful for $DRONE_REPO_NAME\"}"'
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user