summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-03-09 12:02:01 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-03-09 12:02:01 +0100
commitad0ea0a58c62fe3917147e2d711cd85c9c61b2fb (patch)
tree510e255f48757e0bd6fa9521148dd90691743db2 /buildbot/master.cfg
parent5fbc45de169a10a1f947699836f9adc1b53413af (diff)
downloaddeployment-ad0ea0a58c62fe3917147e2d711cd85c9c61b2fb.tar.gz
deployment-ad0ea0a58c62fe3917147e2d711cd85c9c61b2fb.tar.bz2
deployment-ad0ea0a58c62fe3917147e2d711cd85c9c61b2fb.zip
fix argument passing.
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f0ac56e..302e559 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -218,8 +218,8 @@ LCOV_FACTORY.addStep(ShellCommand(
description="Invalidating timestamps",
descriptionDone="timestamps invalidated",
command=["./invalidate.sh"],
- workdir="build/taler-build"),
- env={"TALER_ENV_NAME": "not-test"}) # work-around 'set -eu'
+ workdir="build/taler-build",
+ env={"TALER_ENV_NAME": "not-test"})) # work-around 'set -eu'
LCOV_FACTORY.addStep(ShellCommand(
name="build",
description="Compiling..",