1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 10:08:15 -05:00

update release ci

This commit is contained in:
Darien Raymond 2017-11-03 17:11:21 +01:00
parent 14052351d6
commit 55f821be20

View File

@ -118,6 +118,8 @@ git clone "https://github.com/v2ray/install.git" ${INSTALL_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/v2ctl ${INSTALL_DIR}/docker/official/
cp $GOPATH/bin/v2ray-${RELEASE_TAG}-linux-64/geoip.dat ${INSTALL_DIR}/docker/official/
pushd ${INSTALL_DIR}
git config user.name "V2Ray Auto Build"