Skip to content

Commit

Permalink
see if this fixes the mustgather
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Jul 13, 2023
1 parent c152067 commit b4f38de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b4f38de

Please sign in to comment.