mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
2
.github/workflows/ci-remote-clusters.yaml
vendored
2
.github/workflows/ci-remote-clusters.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user