mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
d215607e55
* vis * gaz * imports * slasher img Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
14 lines
258 B
Python
14 lines
258 B
Python
load("//tools:target_migration.bzl", "moved_targets")
|
|
|
|
moved_targets(
|
|
[
|
|
":push_images",
|
|
":image_bundle",
|
|
":image_with_creation_time",
|
|
":image",
|
|
":go_default_test",
|
|
":slasher",
|
|
],
|
|
"//cmd/slasher",
|
|
)
|