mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 17:04:22 -05:00
9 lines
150 B
Python
9 lines
150 B
Python
|
filegroup(
|
||
|
name = "passwd_db",
|
||
|
srcs = glob(
|
||
|
["**/*"],
|
||
|
exclude = ["BUILD"],
|
||
|
),
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|