Skip to content

Commit

Permalink
Temporarily disable Danger in CI (facebook#12291)
Browse files Browse the repository at this point in the history
  • Loading branch information
aweary authored Feb 26, 2018
1 parent 94518b0 commit 925fc93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/circleci/test_entry_point.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ if [ $((2 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
COMMANDS_TO_RUN+=('./scripts/circleci/build.sh')
COMMANDS_TO_RUN+=('yarn test-build --maxWorkers=2')
COMMANDS_TO_RUN+=('yarn test-build-prod --maxWorkers=2')
COMMANDS_TO_RUN+=('node ./scripts/tasks/danger')
# The Github API requests danger makes are currently failing. Disabling it
# until we can fix that.
# COMMANDS_TO_RUN+=('node ./scripts/tasks/danger')
COMMANDS_TO_RUN+=('./scripts/circleci/upload_build.sh')
fi

Expand Down

0 comments on commit 925fc93

Please sign in to comment.