gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: avoid &&


From: gnunet
Subject: [libeufin-deployment] branch master updated: avoid &&
Date: Sun, 20 Dec 2020 02:21:32 +0100

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

ms pushed a commit to branch master
in repository libeufin-deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7014eab  avoid &&
7014eab is described below

commit 7014eabe77f1286ad6906cc16895517b2d560823
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 20 02:21:24 2020 +0100

    avoid &&
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 23ed7ae..672f8f5 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -116,7 +116,7 @@ ALL_FACTORY.addSteps([
         description="Creating distribution archive",
         descriptionDone="Distribution archive done",
         flunkOnFailure=True,
-        command=["make", "dist", "&&", "cp", "build/distributions/*.zip", 
"$HOME/web"]
+        command=["make", "dist;", "cp", "build/distributions/*.zip", 
"$HOME/web"]
     )
 ])
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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