Skip to content

Commit

Permalink
Unset $CI so the warnings != errors when building
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroCC committed Oct 3, 2017
1 parent f2ff9f2 commit 53bdd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- run: timeout 10s npm test || echo "Facebook needs to fix https://github.com/facebookincubator/create-react-app/issues/3147"
- deploy:
name: Maybe Deploy
command: "npm run build && cd .circleci && ./gh-pages-deploy.sh"
command: "CI="" npm run build && cd .circleci && ./gh-pages-deploy.sh"


0 comments on commit 53bdd49

Please sign in to comment.