Skip to content

Commit 64c6ecd

Browse files
andrewharptensorflower-gardener
authored andcommittedJan 10, 2017
Make models.BUILD filegroup include everything but metadata files and archives.
Change: 144127608
1 parent 61a6797 commit 64c6ecd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎models.BUILD

+7-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ filegroup(
66
name = "model_files",
77
srcs = glob(
88
[
9-
"**/*.pb",
10-
"**/*.txt",
9+
"**/*",
10+
],
11+
exclude = [
12+
"**/BUILD",
13+
"**/WORKSPACE",
14+
"**/LICENSE",
15+
"**/*.zip",
1116
],
1217
),
1318
)

0 commit comments

Comments
 (0)
Please sign in to comment.