From 880bd2e0205fcf755f366768adb016e628bae9e5 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 19 Nov 2018 16:57:38 -0800 Subject: [PATCH] drone use proper path for test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index eb3767b..ee6e267 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ pipeline: commands: - ./tor -f ./torrc - sleep 15 - - go test -v openprivacy/libricochet-go/testing + - go test -v git.openprivacy.ca/openprivacy/libricochet-go/testing notify-email: image: drillster/drone-email host: build.openprivacy.ca