Loading k8s/sonobuoy.yml +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ k8s:sonobuoy: script: - | wget -qO- $(wget -qO- https://api.github.com/repos/vmware-tanzu/sonobuoy/releases/latest | grep "browser_download_url.*linux_amd64" | cut -d : -f 2,3 | tr -d \") | tar xzf - -C /usr/local/bin - sonobuoy delete --wait # Cleanup if an old state was left behind - sonobuoy run --wait - RESULTS_FILE=$(sonobuoy retrieve) - sonobuoy results ${RESULTS_FILE} Loading Loading
k8s/sonobuoy.yml +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ k8s:sonobuoy: script: - | wget -qO- $(wget -qO- https://api.github.com/repos/vmware-tanzu/sonobuoy/releases/latest | grep "browser_download_url.*linux_amd64" | cut -d : -f 2,3 | tr -d \") | tar xzf - -C /usr/local/bin - sonobuoy delete --wait # Cleanup if an old state was left behind - sonobuoy run --wait - RESULTS_FILE=$(sonobuoy retrieve) - sonobuoy results ${RESULTS_FILE} Loading