fix visibility of testdata for //test/cmd:legacy-script

pull/8/head
Benjamin Elder 2018-07-06 16:08:20 -07:00
parent 5114d4e0b0
commit ca79547e92
3 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,7 @@ package_group(
"//hack",
"//hack/lib",
"//hack/make-rules",
"//test/cmd",
"//test/e2e/...",
"//test/integration/...",
],

View File

@ -21,7 +21,7 @@ sh_binary(
srcs = ["test-cmd.sh"],
deps = [
"//hack/lib",
"//test/cmd:all-srcs",
"//test/cmd:legacy-script",
],
)

View File

@ -48,6 +48,7 @@ sh_library(
"version.sh",
],
data = ["//pkg/kubectl/validation:testdata/v1/validPod.yaml"],
visibility = ["//visibility:public"],
)
filegroup(