Skip to content

Commit 5c06ec4

Browse files
ci: make dependency optional (#721)
1 parent 3728cfa commit 5c06ec4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ibm_catalog.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,14 @@
5252
"dependencies": [
5353
{
5454
"flavors": [
55-
"powervs-workspace",
56-
"powervs-import-workspace",
57-
"powervs-quickstart",
5855
"standard",
5956
"standard-extend",
6057
"import"
6158
],
6259
"id": "2dd486c7-b317-4aaa-907b-42671485ad96-global",
6360
"name": "deploy-arch-ibm-pvs-inf",
6461
"install_type": "fullstack",
62+
"optional": true,
6563
"version": ">=5.0.0"
6664
}
6765
],
@@ -371,16 +369,14 @@
371369
"dependencies": [
372370
{
373371
"flavors": [
374-
"powervs-workspace",
375-
"powervs-import-workspace",
376-
"powervs-quickstart",
377372
"standard",
378373
"standard-extend",
379374
"import"
380375
],
381376
"id": "2dd486c7-b317-4aaa-907b-42671485ad96-global",
382377
"name": "deploy-arch-ibm-pvs-inf",
383378
"install_type": "fullstack",
379+
"optional": true,
384380
"version": ">=5.0.0"
385381
}
386382
],

0 commit comments

Comments
 (0)