diff --git a/.pipelines/e2e.yml b/.pipelines/e2e.yml index 81777889707..2199513ed29 100644 --- a/.pipelines/e2e.yml +++ b/.pipelines/e2e.yml @@ -82,6 +82,8 @@ jobs: - script: | export CI=true . ./hack/e2e/run-rp-and-e2e.sh + shopt -s expand_aliases + set -x # check the CI environment validate_podman_running @@ -96,8 +98,7 @@ jobs: hack/get-admin-kubeconfig.sh /subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$CLUSTER/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER >admin.kubeconfig export KUBECONFIG=admin.kubeconfig - shopt -s expand_aliases - wget -nv https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/$(OpenShiftVersion)/openshift-client-linux-$(OpenShiftVersion).tar.gz + wget -nv https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.10.20/openshift-client-linux-$(OpenShiftVersion).tar.gz tar xf openshift-client-linux-$(OpenShiftVersion).tar.gz # test the kubeconfig and collect the gather