debug geth
This commit is contained in:
parent
760f780da2
commit
ff0512bbab
@ -21,10 +21,15 @@ $laconic_so setup-repositories \
|
||||
$laconic_so build-containers \
|
||||
--exclude cerc/ipld-eth-server,cerc/keycloak,cerc/tx-spammer,cerc/foundry,cerc/plugeth,cerc/plugeth-statediff
|
||||
|
||||
$laconic_so deploy \
|
||||
$laconic_so --quiet deploy \
|
||||
--exclude foundry,keycloak,tx-spammer,ipld-eth-server \
|
||||
--env-file $CONFIG_DIR/stack.env \
|
||||
--cluster "$cluster" up
|
||||
--cluster "$cluster" up &
|
||||
|
||||
# debug geth
|
||||
until [[ -n "$(docker ps -q --filter='name=test-fixturenet-eth-geth-1-1')" ]]; do sleep 1; done
|
||||
|
||||
docker logs test-fixturenet-eth-geth-1-1 -f
|
||||
|
||||
set +x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user