Closed jeffreymlewis closed 2 years ago
Fixed #160
Add an eval of the ECS_PARAM_OVERRIDES environment variable, allowing variable interpolation in the overrides parameter of the run-task command.
eval
ECS_PARAM_OVERRIDES
overrides
run-task
I think this is pretty straight forward, and opened https://github.com/CircleCI-Public/aws-ecs-orb/pull/161 to fix. Should be a non-breaking change.
I'm closing this since it's fixed in #165
Fixed #160
Add an
eval
of theECS_PARAM_OVERRIDES
environment variable, allowing variable interpolation in theoverrides
parameter of therun-task
command.