diff --git a/.drone.yml b/.drone.yml index 7a31148..c167109 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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