summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-04-08 16:45:33 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-04-08 16:45:33 +0200
commitd4cc774f0c90a15ca4d1e6a068bdb96b29b7ab1b (patch)
tree9db7c8915cb1bf788f3c7c392b76dd870edaa02e /update.sh
parentf9f6c532e58a8da310359a56e2476d277ab8c80f (diff)
be more silent
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/update.sh b/update.sh
index 05c864c..8be9a0f 100755
--- a/update.sh
+++ b/update.sh
@@ -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