Преглед на файлове

not necessary to flatten vendor directory now

Darien Raymond преди 7 години
родител
ревизия
57877d644e
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 6
      release/release-ci.sh

+ 0 - 6
release/release-ci.sh

@@ -73,12 +73,6 @@ popd
 # Take a snapshot of all required source code
 pushd $GOPATH/src
 
-# Flatten vendor directories
-cp -r v2ray.com/core/vendor/github.com/ .
-rm -rf v2ray.com/core/vendor/
-cp -r github.com/lucas-clemente/quic-go/vendor/github.com/ .
-rm -rf github.com/lucas-clemente/quic-go/vendor/
-
 # Create zip file for all sources
 zip -9 -r /v2/build/src_all.zip * -x '*.git*'
 popd