filepath
All checks were successful
Lint Checks / Run linter (push) Successful in 31s
Lint Checks / Run linter (pull_request) Successful in 44s
Webapp Test / Run webapp test suite (pull_request) Successful in 3m15s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m45s
Smoke Test / Run basic test suite (pull_request) Successful in 5m2s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 6m14s

This commit is contained in:
jonathan@vulcanize.io 2024-03-06 19:34:25 +00:00
parent 0aa4b350bd
commit 1a636799a6

View File

@ -15,7 +15,7 @@ services:
- blast-data:/blast:rw - blast-data:/blast:rw
entrypoint: /bin/sh entrypoint: /bin/sh
command: > command: >
-c "[ ! -d /blast/${GETH_DATA_DIR:-blast-geth-data}/geth ] && /usr/local/bin/geth init --datadir=/blast/${GETH_DATA_DIR:-blast-geth-data} /blast/${NETWORK:-mainnet}/genesis.json || exit 0" -c "[ ! -d /blast/${GETH_DATA_DIR:-blast-geth-data}/geth ] && /usr/local/bin/geth init --datadir=/blast/${GETH_DATA_DIR:-blast-geth-data} /blast/genesis.json || exit 0"
depends_on: depends_on:
generate-jwt: generate-jwt:
condition: service_completed_successfully condition: service_completed_successfully