taler-deployment

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

commit 8b861f36d70bbde925b571f9e07b06cfc66c58ff
parent dfbd43083bf9a83bf0c9442e59a75839884d48c6
Author: buckE <buckE@disroot.org>
Date:   Wed, 17 Jun 2020 07:48:09 +0000

linkchecker workdir=~

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -393,7 +393,7 @@ LINKCHECKER_FACTORY.addStep( description="Check taler.net website for broken links && Notify", descriptionDone="linkchecker links checked", command=["./deployment/buildbot/linkchecker.sh"], - workdir="./", + workdir="~", haltOnFailure=True ) )