Closed lox closed 5 years ago
This removes the debug:true mode in this plugin in favour of always printing the command underneath the command header:
debug:true
This uses printf "%q" for shell escaping the arguments, so it's copy and paste-able.
printf "%q"
Related to https://github.com/buildkite-plugins/docker-buildkite-plugin/pull/117.
This removes the
debug:true
mode in this plugin in favour of always printing the command underneath the command header: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.