mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
cdea2debc9
* validator cmd * imports * more imports * e2e viz * alias * use native alias * add actual * fix macro * work on fix e2e * add viz * gaz Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
20 lines
435 B
Python
20 lines
435 B
Python
load("//tools:target_migration.bzl", "moved_targets")
|
|
|
|
moved_targets(
|
|
[
|
|
":push_images_debug",
|
|
":push_images_alpine",
|
|
":push_images",
|
|
":image_bundle_debug",
|
|
":image_debug",
|
|
":image_bundle_alpine",
|
|
":image_bundle",
|
|
":image_with_creation_time",
|
|
":image_alpine",
|
|
":image",
|
|
":go_default_test",
|
|
":validator",
|
|
],
|
|
"//cmd/validator",
|
|
)
|