diff --git a/.drone.yml b/.drone.yml index 66ac78c..790806f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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