Closed mg6 closed 1 year ago
Fixes a bug where 2 consecutive aws-ecs/run-task commands with container overrides would only end up substituting environment variables in the former. envsubst was only runned at most once in a single job invocation due to incorrect condition logic.
aws-ecs/run-task
overrides
envsubst
Hey @mg6 - Thanks for your contribution! We just merged this in PR #201. The latest version will be released soon!
Thanks again!
Fixes a bug where 2 consecutive
aws-ecs/run-task
commands with containeroverrides
would only end up substituting environment variables in the former.envsubst
was only runned at most once in a single job invocation due to incorrect condition logic.