mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Set name and email a different way
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@ script:
|
||||
|
||||
GH_PAGES_DIR="$TRAVIS_BUILD_DIR"/../react-gh-pages
|
||||
echo "machine github.com login reactjs-bot password $GITHUB_TOKEN" >~/.netrc
|
||||
export GIT_COMMITTER_NAME="Travis CI"
|
||||
export GIT_COMMITTER_EMAIL="travis@reactjs.org"
|
||||
git config --global user.name "Travis CI"
|
||||
git config --global user.email "travis@reactjs.org"
|
||||
|
||||
git clone --branch gh-pages --depth=50 \
|
||||
https://reactjs-bot@github.com/facebook/react.git \
|
||||
|
||||
Reference in New Issue
Block a user