Hiding gcloud output

This commit is contained in:
Brian Zalewski 2023-07-10 08:46:59 +00:00
parent e75d492b6d
commit 4b91aad4db

View file

@ -9998,7 +9998,7 @@ softwarePlugins:
- microsoft.cst.attacksurfaceanalyzer.cli
- dotnet-format
gcloud:
cmd: bash -c 'if ! gcloud components list | grep 'Installed.*{PLUGIN}' > /dev/null; then gcloud components install "{PLUGIN}"; fi'
cmd: bash -c 'if ! gcloud components list | grep 'Installed.*{PLUGIN}' &> /dev/null; then gcloud components install "{PLUGIN}"; fi'
plugins:
- app-engine-go
- cloud-datastore-emulator