diff --git a/gogs-notify.sh b/gogs-notify.sh index 76b87d2..d8ddab3 100644 --- a/gogs-notify.sh +++ b/gogs-notify.sh @@ -1,5 +1,4 @@ #!/bin/sh -env curl -v -H "Authorization: token $BUILDBOT" -H "Content-Type: application/json" -d "{\"Body\": \"Drone Build Status: ${DRONE_BUILD_STATUS}\n\n${DRONE_BUILD_LINK}\"}" -X POST https://git.openprivacy.ca/api/v1/repos/${DRONE_REPO}/issues/${DRONE_PULL_REQUEST}/comments