Merge pull request #6235 from justinsb/bazel_cleanup_gobindata

bazel: cleanup gobindata generation
This commit is contained in:
Kubernetes Prow Robot 2018-12-21 06:51:14 -08:00 committed by GitHub
commit 717ea40abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -17,11 +17,9 @@ go_library(
genrule(
name = "bindata",
srcs = glob(
["**"],
exclude = [
"bindata.go",
"vfs.go",
"BUILD.bazel",
[
"cloudup/**",
"nodeup/**",
],
),
outs = ["bindata.go"],