diff --git a/hack/install.sh b/hack/install.sh index bcba6b8713a..95c9f8feb3f 100755 --- a/hack/install.sh +++ b/hack/install.sh @@ -28,3 +28,5 @@ export KO_FLAGS=${KO_FLAGS:-"--platform="""} # Default to current OS and arch source "$(dirname "$0")/../test/e2e-common.sh" knative_setup || exit $? + +test_setup || exit $?