taler-deployment

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

commit 2d7b953b034025744088dd544a3fecfc3e569a15
parent a842b84ea42d194aa2f547bc07bd0019cfcb2ec0
Author: MS <ms@taler.net>
Date:   Tue,  6 Dec 2022 21:32:02 +0100

syntax

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -816,7 +816,7 @@ CODESPELL_FACTORY.addStep( description="fetch GANA", descriptionDone="GANA obtained", command=["./bootstrap" ], - env={'PATH': "${HOME}/.local/bin:${PATH}"} + env={'PATH': "${HOME}/.local/bin:${PATH}"}, workdir="/home/codespell/sources/exchange/" ) )