From fa53ddc4f85ad4d9d546bd6b4d1f05c171cb7569 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 31 Jan 2023 22:18:31 -0800 Subject: [PATCH] remove tor --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f2ca355..84d930e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,9 +11,6 @@ steps: path: /go commands: - go install honnef.co/go/tools/cmd/staticcheck@latest - - 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 - git fetch --tags #- export GO111MODULE=on #- go mod vendor