taler-deployment

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

commit d5292903cb472f49e91002e2acdd213a076ec377
parent ea70eb08ceb750ce5c7127236e65fa5b3feb5d61
Author: buckE <buckE@disroot.org>
Date:   Wed, 17 Jun 2020 07:27:31 +0000

linkchecker paths correct

Diffstat:
Mbuildbot/master.cfg | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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