Add GH Workflow that spins up/tears down OCP clusters on IBM Cloud

This is work-in-progress and committed to test the pull-request_target
workflow on approved (manually or automatically) PRs.
This commit is contained in:
Armel Soro
2023-12-06 12:17:42 +01:00
parent 13f1517ba8
commit 86a9a2ff20

View File

@@ -78,7 +78,7 @@ jobs:
ibmcloud config --check-version=false
ibmcloud plugin install -f kubernetes-service
- name: Authenticate with IBM Cloud CLI
run: ibmcloud login --apikey "${IBM_CLOUD_API_KEY}" -r "$IBM_CLOUD_REGION" --quiet
run: ibmcloud login --apikey "${IBM_CLOUD_API_KEY}" --no-region --quiet
- name: Download odo from previous job
uses: actions/download-artifact@v3
with: