update drone to use new buildfiles/tor location

This commit is contained in:
Dan Ballard 2018-10-10 15:41:47 -07:00
parent 51b6b9a0df
commit 1569effa5b
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ pipeline:
fetch:
image: golang
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/tor/tor
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc
- chmod a+x tor
- go list ./... | xargs go get
- go get -u github.com/golang/lint/golint