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 env.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix env.
Date: Wed, 17 Apr 2019 14:39:50 +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 8ee1572  fix env.
8ee1572 is described below

commit 8ee1572f28ef229713b2a17c910c1322cedad966
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 17 14:39:39 2019 +0200

    fix env.
---
 buildbot/checks.sh  | 1 +
 buildbot/master.cfg | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 188bf6c..ea7d67e 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -4,6 +4,7 @@ if test -z "${DEPLOYMENT}"; then
   echo Please provide DEPLOYMENT env var: 'test' or 'demo'
   exit 1
 fi
+DOMAIN="wild.gv.taler.net"
 
 ##
 # Will stay as 'dummy' for 'demo' DEPLOYMENTs since we do
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 5f777b5..77f3357 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -370,7 +370,7 @@ DEMO_SERVICES_CHECKER_FACTORY.addStep(ShellCommand(
     workdir="build/buildbot",
     haltOnFailure=True,
     # Needed to test the 'demo' deployment.
-    env={"BRANCH": "stable"}))
+    env={"DEPLOYMENT": "demo"}))
 
 DEBUG_BUILDER = util.BuilderConfig(
     name="debug-builder",

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



reply via email to

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