bazel: make //cmd/kubectl:kubectl binary publicly visible

This commit is contained in:
Jeff Grafton
2017-09-18 17:14:37 -07:00
parent 00c1ec5201
commit 2bc88a813f
2 changed files with 2 additions and 13 deletions

View File

@@ -19,9 +19,7 @@ go_binary(
],
}),
library = ":go_default_library",
visibility = [
"//build/visible_to:COMMON_release",
],
visibility = ["//visibility:public"],
x_defs = version_x_defs(),
)