mirror of https://github.com/v2ray/v2ray-core
Update release-ci.sh
parent
634f29335c
commit
0002c436b5
|
@ -18,6 +18,12 @@ $GOPATH/bin/build --os=openbsd --arch=amd64 --zip
|
|||
INSTALL_DIR=_install
|
||||
|
||||
git clone "https://github.com/v2ray/install.git" ${INSTALL_DIR}
|
||||
|
||||
rm -rf ${INSTALL_DIR}/releases/
|
||||
mkdir ${INSTALL_DIR}/releases/
|
||||
cp $GOPATH/bin/metadata.txt ${INSTALL_DIR}/releases/
|
||||
cp $GOPATH/bin/v2ray-*.zip ${INSTALL_DIR}/releases/
|
||||
|
||||
cp $GOPATH/bin/v2ray-${TRAVIS_TAG}-linux-64/v2ray ${INSTALL_DIR}/docker/official/
|
||||
|
||||
pushd ${INSTALL_DIR}
|
||||
|
|
Loading…
Reference in New Issue