gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: fix addStep


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix addStep
Date: Mon, 23 Oct 2017 16:29:07 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 840191d  fix addStep
840191d is described below

commit 840191dd76971ade2a9d11e1580ea0077cb8f99b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Oct 23 16:28:58 2017 +0200

    fix addStep
---
 buildbot/master.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 786b10f..12ebd17 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -123,10 +123,10 @@ wallet_factory.addStep(ShellCommand(name="test",
                                     workdir="build/"))
 
 debug_factory = util.BuildFactory()
-debug_factory.addStep(name="echo debug",
-                      description="just echoing a word",
-                      descriptionDone="builder responded",
-                      command=["echo", "I'm here!"])
+debug_factory.addStep(ShellCommand(name="echo debug",
+                                   description="just echoing a word",
+                                   descriptionDone="builder responded",
+                                   command=["echo", "I'm here!"]))
 
 lcov_factory = util.BuildFactory()
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]