gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: Buildbot: copy dist file in


From: gnunet
Subject: [libeufin-deployment] branch master updated: Buildbot: copy dist file into Web public directory.
Date: Sun, 20 Dec 2020 01:48:48 +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 b30d660  Buildbot: copy dist file into Web public directory.
b30d660 is described below

commit b30d660a74b09601279eb17a99e0930262d6f59f
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 20 01:48:26 2020 +0100

    Buildbot: copy dist file into Web public directory.
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 62f9db8..23ed7ae 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"]
+        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]