buildkite-plugins / docker-buildkite-plugin

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

Remove debug mode and always print command executed #130

Closed lox closed 5 years ago

lox commented 5 years ago

This removes the debug:true mode in this plugin in favour of always printing the command underneath the command header:

image

This uses printf "%q" for shell escaping the arguments, so it's copy and paste-able.

Related to https://github.com/buildkite-plugins/docker-buildkite-plugin/pull/117.