From 7ff836131ab462073053dde941c3188ce0e4243c Mon Sep 17 00:00:00 2001 From: Kevin Ji <1146876+kevinji@users.noreply.github.com> Date: Tue, 10 Mar 2026 18:09:44 -0700 Subject: [PATCH] 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 `