Make download_from_google_storage print less during runhooks.

Add the --quiet flag to the download_from_google_storage runhooks
step to prevent it from spamming the console when all the files
are already downloaded.

NOTRY=True

Review URL: https://codereview.webrtc.org/1527713003

Cr-Commit-Position: refs/heads/master@{#11090}
This commit is contained in:
kjellander
2015-12-18 12:29:28 -08:00
committed by Commit bot
parent 740c367af3
commit 4ff818e614

1
DEPS
View File

@ -102,6 +102,7 @@ hooks = [
'--recursive',
'--num_threads=10',
'--no_auth',
'--quiet',
'--bucket', 'chromium-webrtc-resources',
'src/resources'],
},