Skip to content

Commit

Permalink
Fetch crc binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Ivantsov committed Jan 29, 2024
1 parent 481200c commit 0fc426f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ jobs:
with:
fetch-depth: 0


- name: Fetch OpenShift binary
run: |
wget https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.31.0/crc-linux-amd64.tar.xz
wget -q https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.31.0/crc-linux-amd64.tar.xz
tar -xvf crc-linux-amd64.tar.xz
cp crc-linux-2.31.0-amd64/crc crc
chmod +x crc
- name: Install required virtualization software
run: |
sudo apt-get update
Expand All @@ -49,7 +47,6 @@ jobs:
- name: Set the crc config
run: |
cat pull-secret.txt
./crc config set consent-telemetry no
./crc config set preset okd
./crc config set network-mode user
Expand Down

0 comments on commit 0fc426f

Please sign in to comment.