Commit 2862e2b3 authored by Victor Colombo's avatar Victor Colombo

More artifacts

parent 75a7accf
...@@ -55,8 +55,8 @@ def generate_cl_genesis_data( ...@@ -55,8 +55,8 @@ def generate_cl_genesis_data(
# TODO(old) Make this the actual data generator - comment copied from the original module # TODO(old) Make this the actual data generator - comment copied from the original module
launcher_service_id = prelaunch_data_generator_launcher.launch_prelaunch_data_generator( launcher_service_id = prelaunch_data_generator_launcher.launch_prelaunch_data_generator(
{ {
genesis_generation_config_artifact_uuid: CONFIG_DIRPATH_ON_GENERATOR, CONFIG_DIRPATH_ON_GENERATOR: genesis_generation_config_artifact_uuid,
el_genesis_data.files_artifact_uuid: EL_GENESIS_DIRPATH_ON_GENERATOR, EL_GENESIS_DIRPATH_ON_GENERATOR: el_genesis_data.files_artifact_uuid,
}, },
) )
......
...@@ -48,7 +48,7 @@ def generate_el_genesis_data( ...@@ -48,7 +48,7 @@ def generate_el_genesis_data(
# TODO(old) Make this the actual data generator - comment copied from the original module # TODO(old) Make this the actual data generator - comment copied from the original module
launcher_service_id = prelaunch_data_generator_launcher.launch_prelaunch_data_generator( launcher_service_id = prelaunch_data_generator_launcher.launch_prelaunch_data_generator(
{ {
genesis_generation_config_artifact_uuid: CONFIG_DIRPATH_ON_GENERATOR, CONFIG_DIRPATH_ON_GENERATOR: genesis_generation_config_artifact_uuid,
}, },
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment