Fix unmarshalling of Command and Entrypoint#14198
Conversation
8ebd820 to
0d7b71b
Compare
|
@cpuguy83 do you know what broke this? |
|
engine removal. |
|
FYI, as is in master, this shows up as a quoted string instead of just a string. |
|
LOL yea I figured, but I was just curious if there was a particular change that caused it (like the 'env' stuff') or just the overall churn of the rewrite. No biggie if you don't know - was just wondering. |
There was a problem hiding this comment.
Entrypoint is defined as a slice, why are you testing it as just a string? Is this for backwards compat?
There was a problem hiding this comment.
Yes, this is specifically what's broken that we are fixing.
|
Before it was just using engine.Env. Custom unmarshallimg (and type) was added as part of that. So it hasn't worked at all since then. |
|
*as part of removing that |
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
|
LGTM |
|
LGTM: holding on merge given @duglin has open questions. |
0d7b71b to
17d6f00
Compare
|
thanks! |
Fix unmarshalling of Command and Entrypoint
|
cherry picked into 1.7.1 |
Closes #14170