Skip to content

Commit

Permalink
Fix Bazel after Kustomize2 update (#766)
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <[email protected]>
  • Loading branch information
vincepri authored and k8s-ci-robot committed Feb 21, 2019
1 parent f888eed commit f46cbbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ genrule(
name = "cluster-api-yaml",
srcs = [
":kustomize-yaml",
":default/kustomization.yaml",
":kustomization.yaml",
],
outs = ["cluster_api.yaml"],
cmd = "$(location @io_k8s_sigs_kustomize//:kustomize) build $$(dirname $(location :default/kustomization.yaml)) > $@",
cmd = "$(location @io_k8s_sigs_kustomize//:kustomize) build $$(dirname $(location :kustomization.yaml)) > $@",
tools = ["@io_k8s_sigs_kustomize//:kustomize"],
visibility = ["//visibility:public"],
)

0 comments on commit f46cbbd

Please sign in to comment.