Commit 9251211c authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

initial cleanup

parent eafe2428
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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}