From b4f38de1b9d93d02dfd6007eb4b2a761bb8aa77a Mon Sep 17 00:00:00 2001 From: Amber Brown Date: Thu, 13 Jul 2023 12:01:15 +1000 Subject: [PATCH] see if this fixes the mustgather --- .pipelines/e2e.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.pipelines/e2e.yml b/.pipelines/e2e.yml index 90fb218d04e..90edc5c18ed 100644 --- a/.pipelines/e2e.yml +++ b/.pipelines/e2e.yml @@ -30,7 +30,7 @@ jobs: - script: | set -xe sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm - sudo dnf install -y openvpn make podman jq azure-cli + sudo dnf install -y openvpn make podman displayName: Setup (Container) target: container @@ -92,12 +92,10 @@ jobs: 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