forked from cwtch.im/cwtch
1
0
Fork 0

Merge branch 'drone-gogs' of dan/cwtch into master

This commit is contained in:
Sarah Jamie Lewis 2018-07-08 14:30:58 +00:00 committed by Gogs
commit bcaa85fd5b
1 changed files with 3 additions and 7 deletions

View File

@ -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