Skip to content

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

Merged
romkatv merged 1 commit into
romkatv:masterfrom
kevinji:patch-1
Mar 11, 2026
Merged

fix(gcloud): prevent gcloud CLI from hanging#2935
romkatv merged 1 commit into
romkatv:masterfrom
kevinji:patch-1

Conversation

@kevinji
Copy link
Copy Markdown
Contributor

@kevinji kevinji commented Mar 11, 2026

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.

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`.
@romkatv romkatv merged commit 7ff8361 into romkatv:master Mar 11, 2026
@romkatv
Copy link
Copy Markdown
Owner

romkatv commented Mar 11, 2026

Thanks!

@kevinji kevinji deleted the patch-1 branch March 11, 2026 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants