taler-deployment

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

commit 6de61320503c4ab3e5b3bfc54e45383052061714
parent 2190d85fb64e1c09756ad224795c7f3b213f6a25
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 23 Nov 2022 15:45:56 +0100

PATH for htmlark

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

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