taler-deployment

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

commit b5659ec2490288cfa98a11dc547d5b9542161c26
parent 4d1043a5db03508b3dacd09bdf72a51c9c4354f6
Author: MS <ms@taler.net>
Date:   Tue, 15 Nov 2022 21:58:52 +0100

hook wallet-builder to docker demon

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -681,7 +681,10 @@ WALLET_FACTORY.addStep( "taler-wallet-cli", "testing", "run-integrationtests", "--suites", "wallet,merchant,libeufin,wallet-backup,wallet-tipping"], workdir="../../", - env={'PATH': "${HOME}/bin:${PATH}"} + env={ + 'PATH': "${HOME}/bin:${PATH}", + 'DOCKER_HOST': "unix://${XDG_RUNTIME_DIR}/docker.sock" + } ) )