Skip to content

Commit 03bd989

Browse files
authored
ci: onboard to new pipeline (#537)
1 parent c5f5fd5 commit 03bd989

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
apiVersion: v1
3+
offerings:
4+
- name: terraform-ibm-powervs-sap
5+
kind: solution
6+
catalog_id: da12d6f3-3cb7-402e-9350-878837212a6e
7+
offering_id: 9aa6135e-75d5-467e-9f4a-ac2a21c069b8
8+
variations:
9+
- name: sap-ready-to-go
10+
mark_ready: false
11+
install_type: extension
12+
import_only: true

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}],
1111
["@semantic-release/exec", {
1212
"successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV",
13-
"publishCmd": "./ci/run-catalog-onboarding-pipeline.sh --version=v${nextRelease.version} --github_url=github.com --github_org=terraform-ibm-modules --use_publish_apikey_override --use_valadation_apikey_override"
13+
"publishCmd": "./ci/trigger-catalog-onboarding-pipeline.sh --version=v${nextRelease.version}"
1414
}]
1515
]
1616
}

0 commit comments

Comments
 (0)