Skip to content

Commit

Permalink
Make models.BUILD filegroup include everything but metadata files and…
Browse files Browse the repository at this point in the history
… archives.

Change: 144127608
  • Loading branch information
andrewharp authored and tensorflower-gardener committed Jan 10, 2017
1 parent 61a6797 commit 64c6ecd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions models.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ filegroup(
name = "model_files",
srcs = glob(
[
"**/*.pb",
"**/*.txt",
"**/*",
],
exclude = [
"**/BUILD",
"**/WORKSPACE",
"**/LICENSE",
"**/*.zip",
],
),
)

0 comments on commit 64c6ecd

Please sign in to comment.