buildkite-plugins / docker-buildkite-plugin

🐳📦 Run any build step in a Docker container
MIT License
113 stars 106 forks source link

Fail when docker pull fails #119

Closed lox closed 5 years ago

lox commented 5 years ago

This change causes retry to set a global $retry_exit_status so that it can be checked elsewhere in the code.

Closes #109.