no submodules

This commit is contained in:
Christoph Cullmann 2019-08-03 22:35:53 +02:00
parent fd043a5648
commit d9bb02664c

View file

@ -4,8 +4,6 @@
set -e
# update our clone
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