From e327c6411dd0ed084191bdd9f11053a8dea96f54 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 9 Oct 2019 23:31:26 +0300 Subject: [PATCH] hack/ci/e2e-conformance.sh: update the kustomize install path --- hack/ci/e2e-conformance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/ci/e2e-conformance.sh b/hack/ci/e2e-conformance.sh index 525a8730a..75e960319 100755 --- a/hack/ci/e2e-conformance.sh +++ b/hack/ci/e2e-conformance.sh @@ -249,7 +249,7 @@ build() { # generate manifests needed for creating the GCP cluster to run the tests generate_manifests() { if ! command -v kustomize >/dev/null 2>&1; then - GO111MODULE=on go install sigs.k8s.io/kustomize/v3/cmd/kustomize + GO111MODULE=on go install sigs.k8s.io/kustomize/kustomize/v3 fi GCP_PROJECT=$GCP_PROJECT \