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