gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: no need to check image existen


From: gnunet
Subject: [taler-deployment] branch master updated: no need to check image existence
Date: Mon, 21 Nov 2022 15:49:05 +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 7eddb9c  no need to check image existence
7eddb9c is described below

commit 7eddb9cc1ab02d7f3fae75fe1a221cb7b07ba09e
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 21 15:48:38 2022 +0100

    no need to check image existence
---
 docker/demo/backup.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/docker/demo/backup.sh b/docker/demo/backup.sh
index 4be72a8..3ad3972 100755
--- a/docker/demo/backup.sh
+++ b/docker/demo/backup.sh
@@ -23,11 +23,6 @@ if ! which docker > /dev/null; then
   exit 1
 fi
 
-if ! docker images | grep debian | grep stable > /dev/null; then
-  echo debian:stable not found.  Please extract backup with custom image.
-  exit 2
-fi
-
 BACKUP_FILE="/tmp/$(date +%Y-%m-%d)-taler-backup.tar"
 
 if test -a $BACKUP_FILE; then 

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