Skip to content

Commit

Permalink
release per version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Jan 12, 2017
1 parent 4c79c4b commit f9b3a14
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tools/release/release-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ 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/
RELEASE_DIR=${INSTALL_DIR}/releases/${TRAVIS_TAG}
mkdir -p ${RELEASE_DIR}/
cp $GOPATH/bin/metadata.txt ${RELEASE_DIR}/
cp $GOPATH/bin/v2ray-*.zip ${RELEASE_DIR}/
echo ${TRAVIS_TAG} > ${INSTALL_DIR}/releases/

cp $GOPATH/bin/v2ray-${TRAVIS_TAG}-linux-64/v2ray ${INSTALL_DIR}/docker/official/

Expand Down

0 comments on commit f9b3a14

Please sign in to comment.