Skip to content

Commit

Permalink
Configured git on CircleCI to use a not personal email
Browse files Browse the repository at this point in the history
Summary:cc ide
Closes facebook#6835

Differential Revision: D3144587

fb-gh-sync-id: 844c4f69523cbeacc0a5915280d870c54efc4ff3
fbshipit-source-id: 844c4f69523cbeacc0a5915280d870c54efc4ff3
  • Loading branch information
bestander authored and Facebook Github Bot 2 committed Apr 8, 2016
1 parent b7a3272 commit b7e6444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ deployment:
branch: [/.*-stable/, /master/]
commands:
# generate docs website
- git config --global user.email "bestnader@fb.com"
- git config --global user.email "[email protected].com"
- git config --global user.name "Website Deployment Script"
- echo "machine github.com login reactjs-bot password $GITHUB_TOKEN" > ~/.netrc
- cd website && GIT_USER=reactjs-bot npm run gh-pages
Expand Down

0 comments on commit b7e6444

Please sign in to comment.