Skip to content

Commit

Permalink
Add WORKSPACE to exports_files.
Browse files Browse the repository at this point in the history
The bazel CI script was complaining that bazel didn't know about this
file. Now it does.

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
  • Loading branch information
ChrisCummins committed Feb 13, 2020
1 parent 13ae0c5 commit 092d248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ load("@build_stack_rules_proto//python:python_grpc_library.bzl", "python_grpc_li

exports_files([
"README.md",
"WORKSPACE",
"version.txt",
"deployment.properties",
])
Expand Down

0 comments on commit 092d248

Please sign in to comment.