mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
090fbbf18c
* beacon chain cmd pattern * imports spacing * more import fix * edit build file * e2e viz * amend e2e
20 lines
441 B
Python
20 lines
441 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",
|
|
":beacon-chain",
|
|
],
|
|
"//cmd/beacon-chain",
|
|
)
|