mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
stop adding new releases to install repo
This commit is contained in:
parent
3632474c8f
commit
21b6fa5217
@ -90,11 +90,11 @@ INSTALL_DIR=/v2ray/src/github.com/v2ray/install
|
||||
|
||||
git clone "https://github.com/v2ray/install.git" ${INSTALL_DIR}
|
||||
|
||||
RELEASE_DIR=${INSTALL_DIR}/releases/${RELEASE_TAG}
|
||||
mkdir -p ${RELEASE_DIR}/
|
||||
cp $GOPATH/bin/metadata.txt ${RELEASE_DIR}/
|
||||
cp $GOPATH/bin/v2ray-*.zip ${RELEASE_DIR}/
|
||||
echo ${RELEASE_TAG} > ${INSTALL_DIR}/releases/latest.txt
|
||||
#RELEASE_DIR=${INSTALL_DIR}/releases/${RELEASE_TAG}
|
||||
#mkdir -p ${RELEASE_DIR}/
|
||||
#cp $GOPATH/bin/metadata.txt ${RELEASE_DIR}/
|
||||
#cp $GOPATH/bin/v2ray-*.zip ${RELEASE_DIR}/
|
||||
#echo ${RELEASE_TAG} > ${INSTALL_DIR}/releases/latest.txt
|
||||
|
||||
cp $GOPATH/bin/v2ray-${RELEASE_TAG}-linux-64/v2ray ${INSTALL_DIR}/docker/official/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user