Browse Source

add back v2ray.com/ext to source code. fixes #1553

Darien Raymond 6 years ago
parent
commit
517feae0e8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      release/release-ci.sh

+ 1 - 0
release/release-ci.sh

@@ -47,6 +47,7 @@ export GOPATH=/v2
 
 
 # Download all source code
 # Download all source code
 go get -t v2ray.com/core/...
 go get -t v2ray.com/core/...
+go get -t v2ray.com/ext/...
 
 
 pushd $GOPATH/src/v2ray.com/core/
 pushd $GOPATH/src/v2ray.com/core/
 git checkout tags/${RELEASE_TAG}
 git checkout tags/${RELEASE_TAG}