Skip to content

Commit

Permalink
Temporarily disable Danger
Browse files Browse the repository at this point in the history
Its calculation is currently a bit misleading.
@orta plans to look into this but for now I'll disable.
  • Loading branch information
gaearon committed Jan 22, 2018
1 parent 6031bea commit 04d8fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/circleci/test_entry_point.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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')
# COMMANDS_TO_RUN+=('node ./scripts/tasks/danger')
COMMANDS_TO_RUN+=('./scripts/circleci/upload_build.sh')
fi

Expand Down

0 comments on commit 04d8fec

Please sign in to comment.