taler-deployment

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

commit dc56556820bac9d6a9492c35fd36b677615a302b
parent 71ff679e02f5ddfd4999f536c7710e2a78d8323c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 27 Nov 2019 00:17:22 +0100

worker env

Diffstat:
Mbuildbot/master.cfg | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -424,6 +424,7 @@ LCOV_FACTORY.addStep( descriptionDone="timestamps invalidated", command=["./build.sh"], workdir="../../deployment/buildbot", + env={"TALER_CHECKDB": "postgres:///talercheck-${USER}"}, haltOnFailure=True ) )