be more silent
This commit is contained in:
parent
f9f6c532e5
commit
d4cc774f0c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue