be more silent

This commit is contained in:
Christoph Cullmann 2019-04-08 16:45:33 +02:00
parent f9f6c532e5
commit d4cc774f0c

View file

@ -4,9 +4,9 @@
set -e
# update our clone
git submodule update --init --recursive
git submodule foreach git pull origin master
git pull
git submodule update --init --recursive &> /dev/null
git submodule foreach git pull -q origin master &> /dev/null
git pull -q &> /dev/null
# rerun hugo generator
# export the GIT env vars we need to have links in the footer