commit aaf3b045b138468018fb4ca5455ae1db1bec8f49
parent 1d734ce1242b3c04d4e1098354ae54c62abb0427
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 18 Apr 2019 15:36:59 +0200
syntax
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/taler-sitesbuild/invalidate.sh b/taler-sitesbuild/invalidate.sh
@@ -10,12 +10,14 @@ git checkout -f stable
if git status -sb | grep behind; then
echo "invalidating www.taler.net"
rm -f $HOME/deployment/taler-sitesbuild/www.taler.net-stamp
+fi
# Then master branch.
git checkout -f master
if git status -sb | grep behind; then
echo "invalidating stage.taler.net"
rm -f $HOME/deployment/taler-sitesbuild/stage.taler.net-stamp
+fi
# Check docs-landing.
@@ -25,3 +27,4 @@ if git status -sb | grep behind; then
echo "invalidating stage.taler.net"
rm -f $HOME/deployment/taler-sitesbuild/docs.taler.net-stamp
+fi