buildkite-plugins / docker-buildkite-plugin

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

Testing of exit code propagation #213

Closed toote closed 2 years ago

toote commented 2 years ago

Adds unit tests to the plugin to review exit code propagation and adds a step to the pipeline to ensure that is the case.

If successful this should close #191