summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-27 15:33:20 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-27 15:33:20 +0100
commit71c99f1528670b16812dfde19b6446e35655a516 (patch)
tree807dd911fc77514d5c3f1efebc9b7eff3249d081
parentb61a1d8815f3f853448cab43c2d4438177e4ae27 (diff)
downloaddeployment-71c99f1528670b16812dfde19b6446e35655a516.tar.gz
deployment-71c99f1528670b16812dfde19b6446e35655a516.tar.bz2
deployment-71c99f1528670b16812dfde19b6446e35655a516.zip
fix git_step() invocation
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 9077e35..68ad76e 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -191,8 +191,8 @@ LCOV_FACTORY.addStep(ShellCommand(
"TALER_CHECKDB": "postgresql:///talercheck?host=/home/${USER}/sockets"}))
SWITCHER_FACTORY = util.BuildFactory()
-SWITCHER_FACTORY.git_step(
- "git://git.taler.net/deployment.git")
+SWITCHER_FACTORY.addStep(git_step(
+ "git://git.taler.net/deployment.git"))
SWITCHER_FACTORY.addStep(ShellCommand(
name="build",
description="Building inactive blue-green party.",