Fix PATH in unit testing pipeline

This commit is contained in:
Sarah Jamie Lewis 2020-06-25 12:49:11 -07:00
parent 77602b9973
commit 5c101d7289
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ pipeline:
event: [ push, pull_request ]
image: golang
commands:
- export PATH=$PATH:/go/src/cwtch.im/tapir
- export PATH=$PATH:/go/src/git.openprivacy.ca/openprivacy/connectivity/tmp/
- echo $PWD
- sh testing/tests.sh
notify-email:
image: drillster/drone-email