mirror of https://github.com/kubernetes/kops.git
Merge pull request #6235 from justinsb/bazel_cleanup_gobindata
bazel: cleanup gobindata generation
This commit is contained in:
commit
717ea40abf
|
|
@ -17,11 +17,9 @@ go_library(
|
||||||
genrule(
|
genrule(
|
||||||
name = "bindata",
|
name = "bindata",
|
||||||
srcs = glob(
|
srcs = glob(
|
||||||
["**"],
|
[
|
||||||
exclude = [
|
"cloudup/**",
|
||||||
"bindata.go",
|
"nodeup/**",
|
||||||
"vfs.go",
|
|
||||||
"BUILD.bazel",
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
outs = ["bindata.go"],
|
outs = ["bindata.go"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue