update drone to use new buildfiles/tor location

This commit is contained in:
Dan Ballard 2018-10-10 15:42:43 -07:00
parent 1abbb874cc
commit 5b914aaf3a
1 changed files with 2 additions and 3 deletions

View File

@ -6,9 +6,8 @@ pipeline:
fetch: fetch:
image: golang image: golang
commands: commands:
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/bin/tor - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/torrc - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/gogs-notify.sh
- chmod a+x tor - chmod a+x tor
- go list ./... | xargs go get - go list ./... | xargs go get
- go get -u github.com/golang/lint/golint - go get -u github.com/golang/lint/golint