summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 30f0384..ca235f0 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -213,9 +213,9 @@ SWITCHER_FACTORY.addStep(ShellCommand(
description="Building inactive blue-green party.",
descriptionDone="Compile.",
command=["./build.sh"],
- workdir="build/buildbot"),
+ workdir="build/buildbot",
haltOnFailure=True,
- flunkOnFailure=False)
+ flunkOnFailure=False))
SWITCHER_FACTORY.addStep(ShellCommand(
name="restart services",
description="Restarting inactive blue-green party.",