Skip to content

Commit

Permalink
Merge pull request #213 from neolit123/fix-kustomize-go-install
Browse files Browse the repository at this point in the history
hack/ci/e2e-conformance.sh: update the kustomize install path
  • Loading branch information
k8s-ci-robot authored Oct 9, 2019
2 parents 9004ba6 + e327c64 commit c57c5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/e2e-conformance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c57c5e4

Please sign in to comment.