Make models.BUILD filegroup include everything but metadata files and archives.
Change: 144127608
This commit is contained in:
parent
61a6797c4f
commit
64c6ecdfd1
@ -6,8 +6,13 @@ filegroup(
|
||||
name = "model_files",
|
||||
srcs = glob(
|
||||
[
|
||||
"**/*.pb",
|
||||
"**/*.txt",
|
||||
"**/*",
|
||||
],
|
||||
exclude = [
|
||||
"**/BUILD",
|
||||
"**/WORKSPACE",
|
||||
"**/LICENSE",
|
||||
"**/*.zip",
|
||||
],
|
||||
),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user