mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Debug start of blockchain in CI
This commit is contained in:
parent
e68db46b01
commit
572fe7148a
@ -1,5 +1,5 @@
|
||||
# Choose from https://hub.docker.com/r/cosmwasm/wasmd-demo/tags
|
||||
REPOSITORY="cosmwasm/wasmd-demo"
|
||||
VERSION="v0.0.4"
|
||||
VERSION="v0.0.5"
|
||||
|
||||
CONTAINER_NAME="wasmd"
|
||||
|
@ -54,6 +54,9 @@ echo "rest server running on http://localhost:1317 and logging into $REST_SERVER
|
||||
# Give REST server some time to come alive. No idea why this helps. Needed for CI.
|
||||
if [ -n "${CI:-}" ]; then
|
||||
sleep 0.5
|
||||
|
||||
# Follow the logs in CI's background job
|
||||
tail -f "$WASMD_LOGFILE"
|
||||
fi
|
||||
|
||||
# Debug rest server start
|
||||
|
Loading…
x
Reference in New Issue
Block a user