build: silence service account activation output

This commit is contained in:
Brendan Hay 2020-11-06 10:47:49 +01:00
parent b7d417a4b2
commit 12e1a53633
No known key found for this signature in database
GPG Key ID: 80E915C54A7C457D

View File

@ -21,7 +21,9 @@ in makeEffect {
effectScript = ''
export HOME="."
gcloud auth activate-service-account --key-file=- <<< $serviceAccountKey
gcloud auth activate-service-account \
--verbosity=none --quiet --no-user-output-enabled \
--key-file=- <<< $serviceAccountKey
stat_uri() {
gsutil stat $uri