From bc534605749b992f7e28400d8c8704f3a40f03d7 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Thu, 25 Jun 2020 12:54:14 -0700 Subject: [PATCH] fix tor run --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c329153..7db1d95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,8 +32,9 @@ pipeline: event: [ push, pull_request ] image: golang commands: - - export PATH=$PATH:/go/src/git.openprivacy.ca/openprivacy/connectivity/tmp/ - - echo $PWD + - export PATH=$PATH:/go/src/git.openprivacy.ca/openprivacy/connectivity + - ./tmp/tor -f ./tmp/torrc + - sleep 15 - sh testing/tests.sh notify-email: image: drillster/drone-email