Browse Source

stop adding new releases to install repo

Darien Raymond 8 years ago
parent
commit
21b6fa5217
1 changed files with 5 additions and 5 deletions
  1. 5 5
      tools/release/release-ci.sh

+ 5 - 5
tools/release/release-ci.sh

@@ -90,11 +90,11 @@ INSTALL_DIR=/v2ray/src/github.com/v2ray/install
 
 
 git clone "https://github.com/v2ray/install.git" ${INSTALL_DIR}
 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/
 cp $GOPATH/bin/v2ray-${RELEASE_TAG}-linux-64/v2ray ${INSTALL_DIR}/docker/official/