Skip to content

Commit

Permalink
Disable CircleCI on master
Browse files Browse the repository at this point in the history
This will be restored once `new-docs` is merged.
  • Loading branch information
hramos authored and skovhus committed Apr 29, 2017
1 parent 4d30e58 commit a8314f2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ test:
- cd website && npm run test

deployment:
production:
branch: /master/
commands:
# generate docs website
- git config --global user.email "[email protected]"
- git config --global user.name "Website Deployment Script"
- echo "machine github.com login jest-bot password $GITHUB_TOKEN" > ~/.netrc
- cd website && GIT_USER=jest-bot DEPLOY_USER=facebook npm run gh-pages
staging:
branch: /new-docs/
commands:
Expand Down

0 comments on commit a8314f2

Please sign in to comment.