Fix BUILD files

This commit is contained in:
Jeff Grafton 2017-07-14 15:50:42 -07:00
parent 3579017b86
commit 3afeb7cd3c
2 changed files with 8 additions and 1 deletions

View File

@ -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 = ".",

View File

@ -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(["**"]),