missing rollup.json
Lint Checks / Run linter (push) Failing after 4s
Details
Lint Checks / Run linter (push) Failing after 4s
Details
parent
b4eda902ea
commit
2e831d8e50
|
|
@ -26,3 +26,5 @@ def create(context, extra_args):
|
|||
compose_file = [f for f in command_context.cluster_context.compose_files if "blast" in f][0]
|
||||
source_config_file = Path(compose_file).parent.parent.joinpath("config", "blast", "genesis.json")
|
||||
copy(source_config_file, deployment_config_dir)
|
||||
source_config_file = Path(compose_file).parent.parent.joinpath("config", "blast", "rollup.json")
|
||||
copy(source_config_file, deployment_config_dir)
|
||||
|
|
|
|||
Loading…
Reference in New Issue