File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ if [ $((0 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
17
17
COMMANDS_TO_RUN+=(' ./scripts/circleci/track_stats.sh' )
18
18
fi
19
19
20
- if [ $(( 1 % CIRCLE_NODE_TOTAL)) -eq " $CIRCLE_NODE_INDEX " ]; then
21
- COMMANDS_TO_RUN+=(' yarn test-prod --maxWorkers=2' )
20
+ # if [ $((1 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
21
+ # COMMANDS_TO_RUN+=('yarn test-prod --maxWorkers=2')
22
22
# React Fire:
23
- COMMANDS_TO_RUN+=(' yarn test-fire --maxWorkers=2' )
24
- COMMANDS_TO_RUN+=(' yarn test-fire-prod --maxWorkers=2' )
25
- fi
23
+ # COMMANDS_TO_RUN+=('yarn test-fire --maxWorkers=2')
24
+ # COMMANDS_TO_RUN+=('yarn test-fire-prod --maxWorkers=2')
25
+ # fi
26
26
27
27
if [ $(( 2 % CIRCLE_NODE_TOTAL)) -eq " $CIRCLE_NODE_INDEX " ]; then
28
28
COMMANDS_TO_RUN+=(' ./scripts/circleci/build.sh' )
29
- COMMANDS_TO_RUN+=(' yarn test-build --maxWorkers=2' )
30
- COMMANDS_TO_RUN+=(' yarn test-build-prod --maxWorkers=2' )
31
- COMMANDS_TO_RUN+=(' node ./scripts/tasks/danger' )
32
- COMMANDS_TO_RUN+=(' ./scripts/circleci/upload_build.sh' )
33
- COMMANDS_TO_RUN+=(' tar -zcvf @ build/node_modules.tar.gz @ build/node_modules' )
29
+ # COMMANDS_TO_RUN+=('yarn test-build --maxWorkers=2')
30
+ # COMMANDS_TO_RUN+=('yarn test-build-prod --maxWorkers=2')
31
+ # COMMANDS_TO_RUN+=('node ./scripts/tasks/danger')
32
+ # COMMANDS_TO_RUN+=('./scripts/circleci/upload_build.sh')
33
+ COMMANDS_TO_RUN+=(' tar -zcvf ./ build/node_modules.tar.gz ./ build/node_modules' )
34
34
fi
35
35
36
36
if [ $(( 3 % CIRCLE_NODE_TOTAL)) -eq " $CIRCLE_NODE_INDEX " ]; then
You can’t perform that action at this time.
0 commit comments