mirror of https://github.com/v2ray/v2ray-core
parent
ea27f7c434
commit
5007d0cd55
|
@ -23,6 +23,7 @@ cp $GOPATH/bin/v2ray-${TRAVIS_TAG}-linux-64/v2ray ${INSTALL_DIR}/docker/official
|
||||||
pushd ${INSTALL_DIR}
|
pushd ${INSTALL_DIR}
|
||||||
git config user.name "V2Ray Auto Build"
|
git config user.name "V2Ray Auto Build"
|
||||||
git config user.email "admin@v2ray.com"
|
git config user.email "admin@v2ray.com"
|
||||||
|
git add -A
|
||||||
git commit -m "Update for ${TRAVIS_TAG}"
|
git commit -m "Update for ${TRAVIS_TAG}"
|
||||||
git push "https://${GIT_KEY_INSTALL}@github.com/v2ray/install.git" master
|
git push "https://${GIT_KEY_INSTALL}@github.com/v2ray/install.git" master
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue