taler-deployment

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

commit f7a92425a99f57abd3ef5412862d0bf293f442f6
parent 4c16539d24fdea6e4ffdb7442efa48c984e1e4a3
Author: ms <ms@taler.net>
Date:   Wed, 28 Jul 2021 10:39:34 +0200

fix PATH for wallet builder

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -707,6 +707,7 @@ WALLET_FACTORY.addStep( command=["timeout", "--preserve-status", "5m", "taler-wallet-cli", "testing", "run-integrationtests"], workdir="../../", + env={'PATH': "${HOME}/local/bin:${PATH}"} ) )