From 6103287542c0739f888545e6d7d51b59406d1664 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sat, 7 Jul 2018 20:14:42 -0500 Subject: [PATCH] drone: move to drone-gogs --- .drone.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index b6d9823..ea0f02f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,6 @@ pipeline: commands: - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/bin/tor - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/torrc - - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/gogs-notify.sh - chmod a+x tor - go list ./... | xargs go get - go get -u github.com/golang/lint/golint @@ -37,11 +36,8 @@ pipeline: when: status: [ success, changed, failure ] notify-gogs: - image: golang + image: mindstab/drone-gogs when: event: pull_request - secrets: [buildbot] - commands: - - echo "Notifying" - - env - - sh gogs-notify.sh + secrets: [gogs_account_token] + gogs_url: https://git.openprivacy.ca