Skip to content

Commit 6426067

Browse files
authored
ci: Update .catalog-onboard-pipeline.yaml (#161)
1 parent d669fe2 commit 6426067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ offerings:
1313
install_type: fullstack # ensure value matches what is in ibm_catalog.json (fullstack or extension)
1414
destroy_resources_on_failure: false # defaults to false if not specified so resources can be inspected to debug failures during validation
1515
destroy_workspace_on_failure: false # defaults to false if not specified so schematics workspace can be inspected to debug failures during validation
16-
import_only: true # defaults to false - set to true if you do not want to do any validation, but be aware offering can't be publish if not validated
16+
import_only: false # defaults to false - set to true if you do not want to do any validation, but be aware offering can't be publish if not validated
1717
validation_rg: validation # the resource group in which to do validation in. Will be created if does not exist. If not specified, default value is 'validation'
1818
# scc details needed if your offering is claiming any compliance controls
1919
scc:

0 commit comments

Comments
 (0)