commit f9d54ef7421a9a1e6ba98a136a3e3c30281e76b7
parent 311f623779a9e4084e0e27afa0663d16d261fe46
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Mon, 10 Jun 2019 00:35:42 +0200
hardcoding workdir
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -394,8 +394,7 @@ BUILD_FACTORY.addStep(ShellCommand(
name="build",
description="Building inactive blue-green party.",
descriptionDone="Inactive party got built.",
- command=["./build.sh"],
- workdir="${HOME}/deployment/buildbot",
+ command=["${HOME}/deployment/buildbot/build.sh"],
haltOnFailure=True))
BUILD_FACTORY.addStep(ShellCommand(