This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,18 @@ branches:
1010 - master
1111
1212env :
13- - DEVSTACK_WORKSPACE=/tmp SHALLOW_CLONE=1 SERVICES='lms+discovery+forum'
14- - DEVSTACK_WORKSPACE=/tmp SHALLOW_CLONE=1 SERVICES='lms+registrar'
15- - DEVSTACK_WORKSPACE=/tmp SHALLOW_CLONE=1 SERVICES='ecommerce'
16- - DEVSTACK_WORKSPACE=/tmp SHALLOW_CLONE=1 SERVICES='edx_notes_api'
17- - DEVSTACK_WORKSPACE=/tmp SHALLOW_CLONE=1 SERVICES='credentials'
18- - DEVSTACK_WORKSPACE=/tmp SHALLOW_CLONE=1 SERVICES='analyticspipeline'
19- - DEVSTACK_WORKSPACE=/tmp SHALLOW_CLONE=1 SERVICES='xqueue'
20- - DEVSTACK_WORKSPACE=/tmp SHALLOW_CLONE=1 SERVICES='marketing'
13+ global :
14+ - DEVSTACK_WORKSPACE=/tmp
15+ - SHALLOW_CLONE=1
16+ matrix :
17+ - SERVICES=lms+discovery+forum
18+ - SERVICES=lms+registrar
19+ - SERVICES=ecommerce
20+ - SERVICES=edx_notes_api
21+ - SERVICES=credentials
22+ - SERVICES=analyticspipeline
23+ - SERVICES=xqueue
24+ - SERVICES=marketing
2125
2226services :
2327 - docker
@@ -34,6 +38,7 @@ before_install:
3438 - make dev.pull."$SERVICES"
3539
3640script :
41+ - set -e # If one of these commands fails, exit immediately.
3742 - make dev.provision.services."$SERVICES"
3843 - make dev.up."$SERVICES"
3944 - make dev.check."$SERVICES"
You can’t perform that action at this time.
0 commit comments