From 5c101d7289f1390a86c59113ceea3cd4732a819a Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Thu, 25 Jun 2020 12:49:11 -0700 Subject: [PATCH] Fix PATH in unit testing pipeline --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 28a9c7e..c329153 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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