mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 13:41:35 +01:00
Travis config trial: git config --global
This commit is contained in:
parent
ca05d85183
commit
6225092355
@ -64,8 +64,8 @@ gh_pages_prepare()
|
||||
git clone --single-branch -b gh-pages ${GHPAGES_URL} html
|
||||
cd html
|
||||
# setup git config (with defaults)
|
||||
git config user.name "${GIT_NAME-travis}"
|
||||
git config user.email "${GIT_EMAIL-"travis@localhost"}"
|
||||
git config --global user.name "${GIT_NAME-travis}"
|
||||
git config --global user.email "${GIT_EMAIL-"travis@localhost"}"
|
||||
# clean working dir
|
||||
rm -f .git/index
|
||||
git clean -df
|
||||
|
Loading…
x
Reference in New Issue
Block a user