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
|
- microsoft.cst.attacksurfaceanalyzer.cli
|
||||||
- dotnet-format
|
- dotnet-format
|
||||||
gcloud:
|
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:
|
plugins:
|
||||||
- app-engine-go
|
- app-engine-go
|
||||||
- cloud-datastore-emulator
|
- cloud-datastore-emulator
|
||||||
|
|
Loading…
Reference in a new issue