fix tor run
the build failed Details

This commit is contained in:
Sarah Jamie Lewis 2020-06-25 12:54:14 -07:00
parent 5c101d7289
commit bc53460574
1 changed files with 3 additions and 2 deletions

View File

@ -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