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

fix git operation

This commit is contained in:
Darien Raymond 2016-12-02 13:42:42 +01:00
parent ea27f7c434
commit 5007d0cd55
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -23,6 +23,7 @@ cp $GOPATH/bin/v2ray-${TRAVIS_TAG}-linux-64/v2ray ${INSTALL_DIR}/docker/official
pushd ${INSTALL_DIR}
git config user.name "V2Ray Auto Build"
git config user.email "admin@v2ray.com"
git add -A
git commit -m "Update for ${TRAVIS_TAG}"
git push "https://${GIT_KEY_INSTALL}@github.com/v2ray/install.git" master
popd