We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ef71b commit 0c164bbCopy full SHA for 0c164bb
circle.yml
@@ -32,9 +32,3 @@ test:
32
override:
33
- ./scripts/circleci/test_entry_point.sh:
34
parallel: true
35
-
36
-deployment:
37
- staging:
38
- branch: /.*/
39
- commands:
40
- - ./scripts/circleci/upload_build.sh
scripts/circleci/test_entry_point.sh
@@ -23,6 +23,7 @@ if [ $((2 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
23
COMMANDS_TO_RUN+=('./scripts/circleci/build.sh')
24
COMMANDS_TO_RUN+=('yarn test-build --runInBand')
25
COMMANDS_TO_RUN+=('yarn test-build-prod --runInBand')
26
+ COMMANDS_TO_RUN+=('./scripts/circleci/upload_build.sh')
27
fi
28
29
if [ $((3 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
0 commit comments