mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
fix git operation
This commit is contained in:
parent
ea27f7c434
commit
5007d0cd55
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user