Redirect stdout and stderr to /dev/null

This commit is contained in:
Carol (Nichols || Goulding) 2016-11-20 12:30:50 -05:00 committed by GitHub
parent f3475a6652
commit 724a8a48a3

View File

@ -18,4 +18,4 @@ touch .
git add -A .
git commit -m "rebuild pages at ${rev}"
git push -q upstream HEAD:gh-pages
git push -q upstream HEAD:gh-pages > /dev/null 2>&1