Debug start of blockchain in CI

This commit is contained in:
Simon Warta 2020-02-10 13:33:38 +01:00
parent e68db46b01
commit 572fe7148a
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -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