Hiding gcloud output
This commit is contained in:
parent
e75d492b6d
commit
4b91aad4db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue