From f1405680f6b4bc4a65a832993825647d3753937d Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Sat, 30 Jun 2018 05:55:22 +0000 Subject: [PATCH] Testing Gogs API --- .drone.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5330d04..c77397a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,13 @@ pipeline: - go get -u github.com/golang/lint/golint - go list ./... | xargs go vet - go list ./... | xargs golint -set_exit_status - - sh testing/tests.sh \ No newline at end of file + - sh testing/tests.sh + +pipeline: + notify: + image: golang + secrets: [buildbot] + commands: + - echo "Notifying" + - curl -H "Authorization:token $BUILDBOT" https://git.openprivacy.ca/api/v1/repos/cwtch.im/cwtch +