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