Commit 2bc88a81 authored by Jeff Grafton's avatar Jeff Grafton

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

parent 00c1ec52
......@@ -35,15 +35,6 @@ package_group(
)
package_group(
name = "COMMON_release",
packages = [
"//build",
"//build/debs",
"//build/rpms",
],
)
package_group(
name = "COMMON_testing",
packages = [
"//hack",
......@@ -395,5 +386,5 @@ filegroup(
name = "all-srcs",
srcs = [":package-srcs"],
tags = ["automanaged"],
visibility = ["//build/visible_to:COMMON_release"],
visibility = ["//visibility:public"],
)
......@@ -19,9 +19,7 @@ go_binary(
],
}),
library = ":go_default_library",
visibility = [
"//build/visible_to:COMMON_release",
],
visibility = ["//visibility:public"],
x_defs = version_x_defs(),
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment