From 5b914aaf3ae3107a6a173bce7387fee505efc4a6 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 10 Oct 2018 15:42:43 -0700 Subject: [PATCH] update drone to use new buildfiles/tor location --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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