taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 98dea64f69b1de5bac154bdd275ac65df5c555c8
parent 2d7b953b034025744088dd544a3fecfc3e569a15
Author: MS <ms@taler.net>
Date:   Wed,  7 Dec 2022 10:27:27 +0100

BB: log early errors on Web console.

Diffstat:
Mbuildbot/restart.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/buildbot/restart.sh b/buildbot/restart.sh @@ -9,3 +9,5 @@ export TALER_DEPLOYMENT_CONFIG=${HOME}/deployment.conf docker-compose stop docker-compose down -v docker-compose up --remove-orphans -d +# Make early errors shown on the Web console: +timeout 5m docker-compose logs --follow || true