We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94518b0 commit 925fc93Copy full SHA for 925fc93
1 file changed
scripts/circleci/test_entry_point.sh
@@ -25,7 +25,9 @@ if [ $((2 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
25
COMMANDS_TO_RUN+=('./scripts/circleci/build.sh')
26
COMMANDS_TO_RUN+=('yarn test-build --maxWorkers=2')
27
COMMANDS_TO_RUN+=('yarn test-build-prod --maxWorkers=2')
28
- COMMANDS_TO_RUN+=('node ./scripts/tasks/danger')
+ # 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')
31
COMMANDS_TO_RUN+=('./scripts/circleci/upload_build.sh')
32
fi
33
0 commit comments