mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Fix BUILD files
This commit is contained in:
parent
3579017b86
commit
3afeb7cd3c
@ -9,7 +9,7 @@ pkg_tar(
|
||||
"container-linux/configure-helper.sh",
|
||||
"gci/configure-helper.sh",
|
||||
"gci/health-monitor.sh",
|
||||
"gci/mounter/mounter",
|
||||
"//cluster/gce/gci/mounter",
|
||||
],
|
||||
mode = "0755",
|
||||
strip_prefix = ".",
|
||||
|
@ -2,6 +2,13 @@ package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
load(
|
||||
"@io_bazel_rules_go//go:def.bzl",
|
||||
"go_binary",
|
||||
"go_library",
|
||||
"go_test",
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
|
Loading…
Reference in New Issue
Block a user