taler-deployment

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

commit 0d3db4052102036c297f9f1676bba19a53692647
parent 27a246bc727c5b88c57e672b7b22de4c95406a53
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 25 Mar 2019 16:49:31 +0100

simplify repo invalidation

Diffstat:
Mtaler-build/invalidate.sh | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh @@ -3,10 +3,6 @@ set -eu components="deployment exchange merchant bank gnurl donations blog landing gnunet libmicrohttpd survey backoffice twister" -if [[ "$TALER_ENV_NAME" = test ]]; then - components="$components playground help" -fi - for component in $components ; do cd $HOME/$component git fetch