You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devtool: stop asking for user confirmation on container pull
Whenever devtool notices that its container is not cached locally, it
requests user input to confirm the new devctr version should indeed be
downloaded. In practice, I do not remember ever saying "no" here. On the
other hand, forgetting to explicitly disable these confirmations in
buildkite pipelines has lead to a myriad of "stuck pipeline" issues.
Thus, remove this confirmation step altogether, as it does more harm
than good.
To avoid having to fix all pipelines that do pass `-y` today, simply
treat the `-y` parameter as a no-op (suggested by Pablo, thanks!).
We cannot remove get_user_confirmation altogether, as its also used by
some of the release scripts, and there it seems like a valid usecase
(but these scripts we never run in buildkite).
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments