Skip to content

Commit

Permalink
attempt to fix CI OOM issues (facebook#2328)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Nov 16, 2020
1 parent 17e6cfe commit e35ec33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- run_yarn
- run: yarn ci-check
- run: export NODE_OPTIONS=--max_old_space_size=4096
- run: export TERSER_PARALLEL=false
- run: yarn test
- run:
name: Check for missing index.html (build errors)
Expand Down Expand Up @@ -100,6 +101,7 @@ jobs:
echo "machine github.com login reactjs-bot password $GITHUB_TOKEN" > ~/.netrc
echo "Deploying website..."
export NODE_OPTIONS=--max_old_space_size=4096
export TERSER_PARALLEL=false
GIT_USER=reactjs-bot CIRCLE_PROJECT_REPONAME=react-native yarn run publish-gh-pages
else
echo "Skipping deploy."
Expand Down

0 comments on commit e35ec33

Please sign in to comment.