commit 9506d0728a2df6a6beef3366de23e8836b27bf7b parent 465621527d89c806124469e3537362cabdf01cd1 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Mon, 20 Nov 2017 17:18:00 +0100 survey deployment Diffstat:
| M | taler-build/invalidate.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh @@ -2,7 +2,7 @@ set -eu -for component in deployment exchange merchant bank gnurl merchant-frontends landing gnunet libmicrohttpd; do +for component in deployment exchange merchant bank gnurl merchant-frontends landing gnunet libmicrohttpd survey ; do cd $HOME/$component git fetch if git status -sb | grep behind; then