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
fix: catch the network error in docker build (#216)
Fixes the issue where if a network error occurs, the docker build process will not be terminated properly. By default, pipeline (`curl -sSL https://get.docker.com/ | sh`) doesn't produce a failure return code when the last command (`sh` here) returns zero, even if `curl` returns non-zero exit status.
0 commit comments