Skip to content

Commit 0533326

Browse files
gaearonraphamorim
authored andcommitted
Upload build on the same node where it happens (facebook#11666)
1 parent 9de2072 commit 0533326

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/circleci/test_entry_point.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if [ $((2 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
2323
COMMANDS_TO_RUN+=('./scripts/circleci/build.sh')
2424
COMMANDS_TO_RUN+=('yarn test-build --runInBand')
2525
COMMANDS_TO_RUN+=('yarn test-build-prod --runInBand')
26+
COMMANDS_TO_RUN+=('./scripts/circleci/upload_build.sh')
2627
fi
2728

2829
if [ $((3 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then

0 commit comments

Comments
 (0)