ansible with drone ci #1

Merged
chris merged 18 commits from development into main 2023-11-17 00:48:11 -05:00
Showing only changes of commit 425f0d878d - Show all commits

View File

@ -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