fix drone tor download

This commit is contained in:
Sarah Jamie Lewis 2020-06-25 12:44:27 -07:00
parent e16fbe1c76
commit ad2ddbb029
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ pipeline:
event: [ push, pull_request ]
image: golang
commands:
- 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
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor -P tmp/
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc -P tmp/
- chmod a+x tmp/tor
- export GO111MODULE=on
- go mod vendor
- go get -u golang.org/x/lint/golint