We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608fb49 commit 8d3db01Copy full SHA for 8d3db01
circle.yml
@@ -14,9 +14,9 @@ dependencies:
14
- bower install
15
test:
16
override:
17
- - ./scripts/circle/test.sh --index=$CIRCLE_NODE_INDEX --total=$CIRCLE_NODE_TOTAL: {parallel: true}
+ - ./scripts/circle/test.sh --index=$CIRCLE_NODE_INDEX --total=$CIRCLE_NODE_TOTAL
18
deployment:
19
tasks:
20
branch: master
21
commands:
22
- - ./scripts/circle/deploy.sh --sha1=$CIRCLE_SHA1 --index=$CIRCLE_NODE_INDEX --build-number=$CIRCLE_BUILD_NUM: {parallel: true}
+ - ./scripts/circle/deploy.sh --sha1=$CIRCLE_SHA1 --index=$CIRCLE_NODE_INDEX --build-number=$CIRCLE_BUILD_NUM
0 commit comments