Do not marshal docker command to JSON when logging
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: mrnugget
With the command being in JSON it's really hard to copy and run it to debug something.
And since we don't ever need this output in JSON, I changed the code to log log the un-rendered version of run.Step and then the full command.
Push commits to the source branch or add previously merged commits to review them.