taler-deployment

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

commit 8ca85cf86eddfa6637feb3db929346a369b73ee8
parent 5268743b465741cec57391720e7d79195cde4038
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 15 Dec 2019 17:10:42 +0100

another workdir fix

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -341,7 +341,7 @@ BUILDMASTER_FACTORY.addStep( description="trigger buildmaster restart with new configuration", descriptionDone="Buildmaster updated", command=["buildbot", "reconfig"], - workdir="$HOME/master/" + workdir="../../master/" ) )