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: No playground bui


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: No playground build for demo envs.
Date: Thu, 28 Mar 2019 21:22:06 +0100

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 5c6c5c5  No playground build for demo envs.
5c6c5c5 is described below

commit 5c6c5c59e3f763c222261fc6e045f021a1a3d650
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Mar 28 21:21:42 2019 +0100

    No playground build for demo envs.
---
 taler-build/update_playground.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/taler-build/update_playground.sh b/taler-build/update_playground.sh
index 7500ec8..9c17f2f 100755
--- a/taler-build/update_playground.sh
+++ b/taler-build/update_playground.sh
@@ -2,6 +2,11 @@
 
 set -eu
 
+if ! test "demo" = ${TALER_ENV_NAME}; then
+  echo "No playground for 'demo' envs."
+  exit 0
+fi
+
 cd $HOME/playground/
 git clean -fxd
 

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



reply via email to

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