From 0c1734cd16bb38be610c349371ee3a106f518b16 Mon Sep 17 00:00:00 2001 From: Kevin Ji <1146876+kevinji@users.noreply.github.com> Date: Tue, 10 Mar 2026 17:47:54 -0700 Subject: [PATCH] fix(gcloud): prevent gcloud CLI from hanging 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 `