mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-02 11:26:25 -05:00
a0fddd44eb
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
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"],
|
|
)
|