Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Ivantsov committed Jan 29, 2024
1 parent 9c7f319 commit 8aa3436
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,5 @@ jobs:

- name: Get crc info
run: |
output=$(sudo -su $USER crc console --credentials)
login_command=$(echo "$output" | grep -o "oc login -u kubeadmin -p [^ ]* https://api.crc.testing:6443")
$(echo " sudo -su $USER ${login_command}")
sudo -su $USER oc get co
export KUBECONFIG="/home/runner/.crc/machines/crc/kubeconfig"
oc get co

0 comments on commit 8aa3436

Please sign in to comment.