taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 875fdb95058e01c8386c07ef7c376ce6b11f8c95
parent 92a9466dc83dc9a730bf9be7bdcb2b713c69987e
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 22 Apr 2019 15:42:29 +0200

#5699

Diffstat:
Mtaler-build/invalidate.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh @@ -1,7 +1,7 @@ #!/bin/bash set -eu -components="deployment exchange merchant bank gnurl donations blog landing gnunet libmicrohttpd survey backoffice twister" +components="auditor deployment exchange merchant bank gnurl donations blog landing gnunet libmicrohttpd survey backoffice twister" for component in $components ; do cd $HOME/$component