commit 5c50b5acb07eb006575a0033c0f38e672fa2503c
parent cd46727b18b1a1334c800b8ac4b917d20d732f47
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 17 Apr 2019 19:19:47 +0200
paths
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/demo-checker-master.cfg b/buildbot/demo-checker-master.cfg
@@ -80,7 +80,7 @@ DEMO_SERVICES_CHECKER_FACTORY.addStep(ShellCommand(
description="Checking demo services are online",
descriptionDone="Demo services are online!.",
# a symlink to a nonupdated deployment checkout.
- command=["$HOME/demo-oldchecks.sh"],
+ command=["/home/demo/demo-oldchecks.sh"],
workdir="build/buildbot",
haltOnFailure=True))