Commit 3afeb7cd authored by Jeff Grafton's avatar Jeff Grafton

Fix BUILD files

parent 3579017b
...@@ -9,7 +9,7 @@ pkg_tar( ...@@ -9,7 +9,7 @@ pkg_tar(
"container-linux/configure-helper.sh", "container-linux/configure-helper.sh",
"gci/configure-helper.sh", "gci/configure-helper.sh",
"gci/health-monitor.sh", "gci/health-monitor.sh",
"gci/mounter/mounter", "//cluster/gce/gci/mounter",
], ],
mode = "0755", mode = "0755",
strip_prefix = ".", strip_prefix = ".",
......
...@@ -2,6 +2,13 @@ package(default_visibility = ["//visibility:public"]) ...@@ -2,6 +2,13 @@ package(default_visibility = ["//visibility:public"])
licenses(["notice"]) licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_binary",
"go_library",
"go_test",
)
filegroup( filegroup(
name = "package-srcs", name = "package-srcs",
srcs = glob(["**"]), srcs = glob(["**"]),
......
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