taler-deployment

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

commit bbfc0f61129e8ac623f07f119791a5193b4c8aea
parent 8655b8d78147fe7e3bda5436a3f3796cca15d9a0
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 17 Jan 2018 15:06:24 +0100

backoffice invalidation

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" +components="deployment exchange merchant bank gnurl donations blog landing gnunet libmicrohttpd survey backoffice" for component in $components ; do cd $HOME/$component