commit 0c6bb6ae8e0542a985b679cf81510895654ac174
parent 8b861f36d70bbde925b571f9e07b06cfc66c58ff
Author: buckE <buckE@disroot.org>
Date: Thu, 18 Jun 2020 03:47:58 +0000
changed linkchecker workdir
Diffstat:
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=["./deployment/buildbot/linkchecker.sh"],
- workdir="~",
+ command=["/home/linkchecker/deployment/buildbot/linkchecker.sh"],
+ workdir="/home/linkchecker",
haltOnFailure=True
)
)