mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
0fc15b2393
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
13 lines
188 B
Python
13 lines
188 B
Python
exports_files([
|
|
"repo_command.sh.in",
|
|
"noop_warn.sh.in",
|
|
])
|
|
|
|
sh_library(
|
|
name = "base_lib",
|
|
srcs = [
|
|
"lib.bash",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|