Configured git on CircleCI to use a not personal email

Summary:cc ide
Closes https://github.com/facebook/react-native/pull/6835

Differential Revision: D3144587

fb-gh-sync-id: 844c4f69523cbeacc0a5915280d870c54efc4ff3
fbshipit-source-id: 844c4f69523cbeacc0a5915280d870c54efc4ff3
This commit is contained in:
Konstantin Raev 2016-04-08 03:40:31 -07:00 committed by Facebook Github Bot 2
parent b7a32726aa
commit b7e6444ba2
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ deployment:
branch: [/.*-stable/, /master/] branch: [/.*-stable/, /master/]
commands: commands:
# generate docs website # generate docs website
- git config --global user.email "bestnader@fb.com" - git config --global user.email "reactjs-bot@users.noreply.github.com"
- git config --global user.name "Website Deployment Script" - git config --global user.name "Website Deployment Script"
- echo "machine github.com login reactjs-bot password $GITHUB_TOKEN" > ~/.netrc - echo "machine github.com login reactjs-bot password $GITHUB_TOKEN" > ~/.netrc
- cd website && GIT_USER=reactjs-bot npm run gh-pages - cd website && GIT_USER=reactjs-bot npm run gh-pages