Commit 7ff8361
authored
fix(gcloud): prevent gcloud CLI from hanging (romkatv#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`.1 parent 8ed1f58 commit 7ff8361
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4716 | 4716 | | |
4717 | 4717 | | |
4718 | 4718 | | |
4719 | | - | |
| 4719 | + | |
| 4720 | + | |
| 4721 | + | |
4720 | 4722 | | |
4721 | 4723 | | |
4722 | 4724 | | |
| |||
0 commit comments