From b55dc6dd2ee6a817b14880117858acaeda9e351b Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 13 Sep 2019 19:46:39 +0200 Subject: No blue-green for workers. --- taler-build/invalidate.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'taler-build') diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh index 5afa68a..0518a2f 100755 --- a/taler-build/invalidate.sh +++ b/taler-build/invalidate.sh @@ -1,9 +1,15 @@ #!/bin/bash set -eu -components="auditor 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 + + # Not all the setups have all the repos! + if ! test -d $HOME/$component; then + continue + fi -for component in $components ; do cd $HOME/$component git fetch if git status -sb | grep behind; then -- cgit v1.2.3