gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: hook wallet-builder to docker


From: gnunet
Subject: [taler-deployment] branch master updated: hook wallet-builder to docker demon
Date: Tue, 15 Nov 2022 21:58:59 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b5659ec  hook wallet-builder to docker demon
b5659ec is described below

commit b5659ec2490288cfa98a11dc547d5b9542161c26
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 15 21:58:52 2022 +0100

    hook wallet-builder to docker demon
---
 buildbot/master.cfg | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e784fbe..8e10eb7 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -681,7 +681,10 @@ WALLET_FACTORY.addStep(
                  "taler-wallet-cli", "testing", "run-integrationtests",
                  "--suites", 
"wallet,merchant,libeufin,wallet-backup,wallet-tipping"],
         workdir="../../",
-        env={'PATH': "${HOME}/bin:${PATH}"}
+        env={
+            'PATH': "${HOME}/bin:${PATH}",
+            'DOCKER_HOST': "unix://${XDG_RUNTIME_DIR}/docker.sock"
+        }
     )
 )
 

-- 
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]