mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-10 00:21:22 +00:00
12 lines
240 B
Python
12 lines
240 B
Python
load("@io_bazel_rules_jsonnet//jsonnet:jsonnet.bzl", "jsonnet_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
jsonnet_library(
|
|
name = "ci",
|
|
srcs = glob([
|
|
"**/*.jsonnet",
|
|
"**/*.libsonnet",
|
|
]),
|
|
)
|