Browse Source

fix rel dir

Shelikhoo 6 years ago
parent
commit
7460f61f39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      azure-pipelines.yml

+ 1 - 1
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)'