mirror of
https://github.com/peridotbuild/peridot.git
synced 2024-12-02 17:46:26 +00:00
12 lines
213 B
Python
12 lines
213 B
Python
load("//tools/build_rules/copybara:copybara.bzl", "copybara")
|
|
|
|
copybara_list = [
|
|
"googleapis",
|
|
"bazel",
|
|
"grpc-gateway",
|
|
]
|
|
|
|
def declare_targets():
|
|
for r in copybara_list:
|
|
copybara(name = r)
|