Skip to content

Commit

Permalink
Upload build on the same node where it happens (#11666)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and raphamorim committed Nov 27, 2017
1 parent 9de2072 commit 0533326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/circleci/test_entry_point.sh
Expand Up @@ -23,6 +23,7 @@ if [ $((2 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
COMMANDS_TO_RUN+=('./scripts/circleci/build.sh')
COMMANDS_TO_RUN+=('yarn test-build --runInBand')
COMMANDS_TO_RUN+=('yarn test-build-prod --runInBand')
COMMANDS_TO_RUN+=('./scripts/circleci/upload_build.sh')
fi

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

0 comments on commit 0533326

Please sign in to comment.