comment format
All checks were successful
Lint Checks / Run linter (push) Successful in 32s
Lint Checks / Run linter (pull_request) Successful in 27s
Webapp Test / Run webapp test suite (pull_request) Successful in 3m40s
Deploy Test / Run deploy test suite (pull_request) Successful in 6m37s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m44s
Smoke Test / Run basic test suite (pull_request) Successful in 3m15s

This commit is contained in:
jonathan@vulcanize.io 2024-03-05 20:42:53 +00:00
parent c92f15f47c
commit 2252252072

View File

@ -17,6 +17,7 @@
from pathlib import Path
from shutil import copy
def create(context, extra_args):
# Our goal here is just to copy the genesis.json file for blast
deployment_config_dir = context.deployment_dir.joinpath("data", "blast-data")