CI: Fix sonobuoy not outputting detailed e2e.log

pull/16997/head
Steven Powell 2023-08-03 14:09:58 -07:00
parent eda28fae7a
commit 63000f52b0
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ curl -LO $sonobuoy
tarball=$(echo $sonobuoy | awk -F "/" '{print $(NF)}')
tar -xzf $tarball
./sonobuoy run --mode=certified-conformance --wait --alsologtostderr
./sonobuoy run --plugin-env=e2e.E2E_EXTRA_ARGS="--ginkgo.v" --mode=certified-conformance --wait --alsologtostderr
outdir="$(mktemp -d)"
./sonobuoy retrieve "${outdir}"