From da4898f87ff9db894622a15042ee7a6b43140fad Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 4 Jul 2018 14:06:14 -0500 Subject: [PATCH] + env for debugging --- gogs-notify.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gogs-notify.sh b/gogs-notify.sh index d8ddab3..76b87d2 100644 --- a/gogs-notify.sh +++ b/gogs-notify.sh @@ -1,4 +1,5 @@ #!/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