gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: suppress useless output


From: gnunet
Subject: [taler-deployment] branch master updated: suppress useless output
Date: Thu, 17 Nov 2022 12:24:49 +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 60aa244  suppress useless output
60aa244 is described below

commit 60aa244eda57335af86fb21671baee4d0d60a729
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 17 12:24:42 2022 +0100

    suppress useless output
---
 docker/demo/build_base.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/demo/build_base.sh b/docker/demo/build_base.sh
index a9b65e4..8633bc9 100755
--- a/docker/demo/build_base.sh
+++ b/docker/demo/build_base.sh
@@ -53,7 +53,7 @@ if test -n "$2"; then
     -t taler_local/taler_base \
     -f $DOCKER_FILE \
     --build-arg tags_file=$TAGS_FILE_NAME .
-  cd -
+  cd - > /dev/null
   exit 0
 fi
 

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