From 7460f61f39c051f40ef2a3254630168556f0bd1c Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Mon, 15 Apr 2019 20:48:52 +0800 Subject: [PATCH] fix rel dir --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b9487ab5d..6c515620e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,7 +75,7 @@ jobs: unset GOPATH mkdir ./src mkdir ./src/v2ray.com - ln -s ../triggersrc ./src/v2ray.com/core + ln -s $(pwd)/../triggersrc ./src/v2ray.com/core go get -v -t -d ./src/v2ray.com/core/... tree workingDirectory: '$(GOPATH)'