mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +03:00
build: silence service account activation output
This commit is contained in:
parent
b7d417a4b2
commit
12e1a53633
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user