Supress output from git push in WPT sync.

This commit is contained in:
Josh Matthews 2018-01-31 22:37:52 -05:00
parent 1bd3f0e9e4
commit b003f5ad06
2 changed files with 2 additions and 2 deletions

View file

@ -36,4 +36,4 @@ cd ../..
ghp-import -n target/doc
git push -qf \
"https://${TOKEN}@github.com/servo/doc.servo.org.git" gh-pages \
>/dev/null 2>&1
&>/dev/null