mirror of
https://github.com/peridotbuild/peridot.git
synced 2024-10-05 23:54:09 +00:00
googleapis: copybara
This commit is contained in:
parent
b758383c1e
commit
cc1502d576
@ -5,7 +5,12 @@ core.workflow(
|
||||
ref = "a85e6dfebd30932fbf8bfb1ce5600b2d6d645e9b",
|
||||
),
|
||||
destination = folder.destination(),
|
||||
origin_files = glob(["google/api/*.proto", "LICENSE"]),
|
||||
origin_files = glob([
|
||||
"google/api/*.proto",
|
||||
"google/longrunning/*.proto",
|
||||
"google/rpc/*.proto",
|
||||
"LICENSE",
|
||||
]),
|
||||
destination_files = glob(["third_party/googleapis/**"], exclude = ["README_INTERNAL.txt"]),
|
||||
authoring = authoring.pass_thru("peridot-copybara <peridot+copybara@lists.resf.org>"),
|
||||
transformations = [
|
||||
|
Loading…
Reference in New Issue
Block a user