diff --git a/.drone.yml b/.drone.yml index 46da6b6..fcc638b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +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/gogs-notify.sh + - 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