summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-12-06 21:24:11 +0100
committerMS <ms@taler.net>2022-12-06 21:24:11 +0100
commit0c06d2d2ef018d6a053ae40ab724db4045e625c4 (patch)
treec1a98528691d2470fe5c20f226edafec68369066 /buildbot
parent4e7c68bdad3094235a96b7d22c5b0c7a3877059b (diff)
downloaddeployment-0c06d2d2ef018d6a053ae40ab724db4045e625c4.tar.gz
deployment-0c06d2d2ef018d6a053ae40ab724db4045e625c4.tar.bz2
deployment-0c06d2d2ef018d6a053ae40ab724db4045e625c4.zip
syntax
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 9b063de..5b66c63 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -223,7 +223,7 @@ DOC_FACTORY.addStep(
descriptionDone="Documentation built.",
command=["./build-docs.sh"],
workdir="../../deployment/buildbot",
- env={'PATH': "${HOME}/.local/bin:${PATH}"}
+ env={'PATH': "${HOME}/.local/bin:${PATH}"},
haltOnFailure=True
)
)