diff --git a/.github/workflows/openshift.yaml b/.github/workflows/openshift.yaml index edc4edc80..abfd0163d 100644 --- a/.github/workflows/openshift.yaml +++ b/.github/workflows/openshift.yaml @@ -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 @@ -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