Skip to content

Commit 925fc93

Browse files
authored
Temporarily disable Danger in CI (facebook#12291)
1 parent 94518b0 commit 925fc93

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/circleci/test_entry_point.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ if [ $((2 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
2525
COMMANDS_TO_RUN+=('./scripts/circleci/build.sh')
2626
COMMANDS_TO_RUN+=('yarn test-build --maxWorkers=2')
2727
COMMANDS_TO_RUN+=('yarn test-build-prod --maxWorkers=2')
28-
COMMANDS_TO_RUN+=('node ./scripts/tasks/danger')
28+
# The Github API requests danger makes are currently failing. Disabling it
29+
# until we can fix that.
30+
# COMMANDS_TO_RUN+=('node ./scripts/tasks/danger')
2931
COMMANDS_TO_RUN+=('./scripts/circleci/upload_build.sh')
3032
fi
3133

0 commit comments

Comments
 (0)