Skip to content

Commit

Permalink
feat: onboard roks tile to catalog (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored Nov 4, 2022
1 parent 56a4a01 commit df7e4f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
}],
["@semantic-release/exec",{
"publishCmd": "./ci/run-catalog-onboarding-pipeline.sh --catalog_id=7df1e4ca-d54c-4fd0-82ce-3d13247308cd --offering_id=a87ed9a5-d130-47a3-980b-5ceb1d4f9280 --version=v${nextRelease.version} --target=account --github_url=github.com --github_org=terraform-ibm-modules --use_default_targz"
"publishCmd": "./ci/run-catalog-onboarding-pipeline.sh --version=v${nextRelease.version} --github_url=github.com --github_org=terraform-ibm-modules"
}]
]
}
2 changes: 1 addition & 1 deletion common-dev-assets
2 changes: 1 addition & 1 deletion patterns/roks/catalogValidationValues.json.template
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"ibmcloud_api_key": $VALIDATION_APIKEY, "region": "us-south", "entitlement": "cloud_pak", "tags": $TAGS, "prefix": $PREFIX}
{"ibmcloud_api_key": $VALIDATION_APIKEY, "region": "eu-gb", "entitlement": "cloud_pak", "tags": $TAGS, "prefix": $PREFIX}

0 comments on commit df7e4f7

Please sign in to comment.