File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,36 +5,19 @@ default:
55 tags :
66 - infra
77
8- . components:update :
8+ components:update :
99 image : ruby:3.2.2
1010 stage : components
1111 resource_group : components:update
12+ parallel :
13+ matrix :
14+ - COMPONENT :
15+ - aquila
16+ - draco
17+ - sagittarius
18+ - taurus
1219 script :
1320 - bundle install
1421 - bin/pyxis components update $COMPONENT
1522 rules :
1623 - if : $UPDATE_COMPONENTS == "true"
17-
18- components:update:aquila :
19- extends :
20- - .components:update
21- variables :
22- COMPONENT : aquila
23-
24- components:update:draco :
25- extends :
26- - .components:update
27- variables :
28- COMPONENT : draco
29-
30- components:update:sagittarius :
31- extends :
32- - .components:update
33- variables :
34- COMPONENT : sagittarius
35-
36- components:update:taurus :
37- extends :
38- - .components:update
39- variables :
40- COMPONENT : taurus
You can’t perform that action at this time.
0 commit comments