Merge pull request #69 from confio/debug-start

Debug start of blockchain in CI
This commit is contained in:
Ethan Frey 2020-02-10 13:52:21 +01:00 committed by GitHub
commit 33b9ac2482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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