mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-22 23:07:29 -04:00
10 lines
158 B
Python
10 lines
158 B
Python
exports_files(["repo_command.sh.in"])
|
|
|
|
sh_library(
|
|
name = "base_lib",
|
|
srcs = [
|
|
"lib.bash",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|