CircleCI-Public / aws-ecs-orb

An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
https://circleci.com/orbs/registry/orb/circleci/aws-ecs
MIT License
51 stars 80 forks source link

fix: Run `envsubst` for each `run-task` with overrides #186

Closed mg6 closed 1 year ago

mg6 commented 2 years 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.

brivu commented 1 year ago

Hey @mg6 - Thanks for your contribution! We just merged this in PR #201. The latest version will be released soon!

Thanks again!