be more silent
This commit is contained in:
parent
f9f6c532e5
commit
d4cc774f0c
|
@ -4,9 +4,9 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# update our clone
|
# update our clone
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive &> /dev/null
|
||||||
git submodule foreach git pull origin master
|
git submodule foreach git pull -q origin master &> /dev/null
|
||||||
git pull
|
git pull -q &> /dev/null
|
||||||
|
|
||||||
# rerun hugo generator
|
# rerun hugo generator
|
||||||
# export the GIT env vars we need to have links in the footer
|
# export the GIT env vars we need to have links in the footer
|
||||||
|
|
Loading…
Reference in a new issue