Skip to content

Commit 600eba4

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
fix: catalog id
1 parent b69d0c4 commit 600eba4

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ offerings:
1212
scc:
1313
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
1414
region: us-south
15+
pre_validation: "tests/scripts/pre-validation-deploy-ocp-instances.sh"
16+
post_validation: "tests/scripts/post-validation-destroy-ocp-instances.sh"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ibmcloud_api_key": $VALIDATION_APIKEY,
33
"prefix": $PREFIX,
4-
"region": "us-south",
4+
"region": "us-south"
55
}

0 commit comments

Comments
 (0)