prysm-pulse/slasher/BUILD.bazel

14 lines
258 B
Python
Raw Normal View History

load("//tools:target_migration.bzl", "moved_targets")
moved_targets(
[
":push_images",
":image_bundle",
":image_with_creation_time",
":image",
":go_default_test",
":slasher",
],
"//cmd/slasher",
2019-09-26 16:29:10 +00:00
)