diff --git a/.pipelines/e2e.yml b/.pipelines/e2e.yml index b306d991df0..90edc5c18ed 100644 --- a/.pipelines/e2e.yml +++ b/.pipelines/e2e.yml @@ -86,18 +86,16 @@ jobs: hack/get-admin-kubeconfig.sh /subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$CLUSTER/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER >admin.kubeconfig export KUBECONFIG=admin.kubeconfig - wget 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/$(OpenShiftVersion)/openshift-client-linux-$(OpenShiftVersion).tar.gz tar xf openshift-client-linux-$(OpenShiftVersion).tar.gz ./oc adm must-gather tar cf must-gather.tar.gz must-gather.local.* displayName: Collect must-gather condition: failed() - target: container - publish: must-gather.tar.gz artifact: must-gather displayName: Append must-gather to Pipeline condition: failed() - target: container - script: | export CI=true