From 1afb5f57a9ce09b84db3f49fbe9627b878103d97 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Tue, 19 Oct 2021 12:14:27 -0700 Subject: [PATCH] make sure jq is installed --- hack/conformance_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hack/conformance_tests.sh b/hack/conformance_tests.sh index 2e8f5da918..34b3801090 100755 --- a/hack/conformance_tests.sh +++ b/hack/conformance_tests.sh @@ -35,6 +35,9 @@ readonly START_ARGS=${@:-} kubectl --context "${PROFILE_NAME}" get pods --all-namespaces "${MINIKUBE}" status -p "${PROFILE_NAME}" +# Make sure jq is installed +sudo apt-get install jq -y + # Remove old sonobuoy installation rm -rf sonobuoy