summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/invalidate.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh
index 0e4891d..18eddef 100755
--- 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