forked from cerc-io/stack-orchestrator
fixed optimum deployment
This commit is contained in:
@@ -20,7 +20,7 @@ from shutil import copy
|
||||
|
||||
def create(context, extra_args):
|
||||
|
||||
# Our goal here is just to copy the genesis.json file for blast
|
||||
# Our goal here is just to copy the json files for blast
|
||||
deployment_config_dir = context.deployment_dir.joinpath("data", "blast-data")
|
||||
command_context = extra_args[2]
|
||||
compose_file = [f for f in command_context.cluster_context.compose_files if "blast" in f][0]
|
||||
|
||||
Reference in New Issue
Block a user