taler-deployment

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

commit fb325a4cb6f292bb4dc2e700adb7dc54ae10f4c3
parent d2288f0c5fb87eb8e6709060c3d3c5e48af66a38
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 27 Nov 2019 19:12:03 +0100

fix another "keyword argument repeated"

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

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