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 a9589d9 commit 7469ebe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sudo apt install qemu-kvm libvirt-daemon libvirt-daemon-system
sudo usermod -a -G libvirt $USER
- name: Remove unwanted stuff to free up disk image
- name: Free up disk
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
Expand All @@ -55,16 +55,16 @@ jobs:
- name: Set the crc config
run: |
crc config set consent-telemetry no
crc config set network-mode user
- name: Setup the crc
run: sudo -su $USER crc setup
run: crc setup

- name: Start the crc
run: sudo -su $USER crc start -p pull-secret.txt
run: crc start -p pull-secret.txt

- name: Get crc info
run: |
sleep 10
output=$(crc console --credentials)
login_command=$(echo "$output" | grep -o "oc login -u kubeadmin -p [^ ]* https://api.crc.testing:6443")
$(echo "${login_command}")
Expand Down

0 comments on commit 7469ebe

Please sign in to comment.