taler-deployment

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

commit 576306eb001f6f318906d2d8759ca6ff2ae8b37b
parent 8ce7e5f9e45023b9d47b6136248408f94da96155
Author: buckE <buckE@disroot.org>
Date:   Fri, 19 Jun 2020 04:46:09 +0000

&& cat linkchecker.sh

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -392,8 +392,7 @@ LINKCHECKER_FACTORY.addStep( name="linkchecker", 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"], + command=["/home/linkchecker/deployment/buildbot/linkchecker.sh && cat /home/linkchecker/deployment/buildbot/linkchecker.sh"], workdir="/home/linkchecker", haltOnFailure=True )