mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 07:28:06 -05:00
* 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",
|
|
)
|