taler-deployment

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

commit 8ce7e5f9e45023b9d47b6136248408f94da96155
parent b979ee58c130e17977f076d7e5b76ea3131f1611
Author: buckE <buckE@disroot.org>
Date:   Fri, 19 Jun 2020 04:43:42 +0000

cat linkchecker.log

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

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