Skip to content

Commit

Permalink
fix: mark as fullstack install type since extension type has been dep…
Browse files Browse the repository at this point in the history
…recated in `dependency_version_2: true` (#174)
  • Loading branch information
ocofaigh authored Dec 6, 2024
1 parent 81cc540 commit 0da3dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .catalog-onboard-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ offerings:
variations:
- name: standard
mark_ready: true
install_type: extension
install_type: fullstack
pre_validation: "tests/scripts/pre-validation-slz-roks.sh"
post_validation: "tests/scripts/post-validation-slz-roks.sh"
2 changes: 1 addition & 1 deletion ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{
"label": "Standard",
"name": "standard",
"install_type": "extension",
"install_type": "fullstack",
"working_directory": "extensions/landing-zone",
"dependency_version_2": true,
"dependencies": [
Expand Down

0 comments on commit 0da3dea

Please sign in to comment.