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