SIGN IN SIGN UP

fix(gcloud): prevent gcloud CLI from hanging (#2935)

If the `gcloud` command is interactive (e.g. asks to install a component, or needs an update), the current code will hang forever, and is uninterruptible as `INT` is being swallowed.

Fix this with `</dev/null` and `--quiet`.
K
Kevin Ji committed
7ff836131ab462073053dde941c3188ce0e4243c
Parent: 8ed1f58
Committed by GitHub <noreply@github.com> on 3/11/2026, 1:09:44 AM