summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-08-03 22:35:53 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-08-03 22:35:53 +0200
commitd9bb02664c81615b94cb48c1efd2dc92cc59d6cd (patch)
tree9217d78a49df72b4330ac48da5782d5c8e364941 /update.sh
parentfd043a564873506fd903cdb99d70ce6a62837461 (diff)
no submodules
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 66bc905..849a168 100755
--- a/update.sh
+++ b/update.sh
@@ -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