mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-26 12:10:56 +00:00
9 lines
218 B
Text
9 lines
218 B
Text
|
load("@io_bazel_rules_jsonnet//jsonnet:jsonnet.bzl", "jsonnet_library")
|
||
|
|
||
|
jsonnet_library(
|
||
|
name = "common",
|
||
|
srcs = ["common.jsonnet"],
|
||
|
visibility = ["//hydra/deploy:__subpackages__"],
|
||
|
deps = ["//ci"],
|
||
|
)
|