Skip to content

Commit 04d8fec

Browse files
authored
Temporarily disable Danger
Its calculation is currently a bit misleading. @orta plans to look into this but for now I'll disable.
1 parent 6031bea commit 04d8fec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/circleci/test_entry_point.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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+
# COMMANDS_TO_RUN+=('node ./scripts/tasks/danger')
2929
COMMANDS_TO_RUN+=('./scripts/circleci/upload_build.sh')
3030
fi
3131

0 commit comments

Comments
 (0)