taler-deployment

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

commit 1a0cfb7a82b1f65ec62bbc894c911a1c0312cfb5
parent 33b045130716ac804b345d7241fa197f238a8225
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 20 Mar 2018 15:39:25 +0100

including help.git

Diffstat:
Mbootstrap-bluegreen | 1+
Mtaler-build/invalidate.sh | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen @@ -63,6 +63,7 @@ done if [[ "$ENVNAME" = test ]]; then if ! test -d $HOME/playground; then git clone /var/git/playground.git + git clone /var/git/help.git fi fi diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh @@ -4,7 +4,7 @@ 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" + components="$components playground help" fi for component in $components ; do