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 the run task integration test to tear down correct task definition #92

Closed lokst closed 4 years ago

lokst commented 4 years ago

Fixes the ec2_tear-down-run-task-test integration test job so that it tears down the task definition that was created by the integration tests (in an earlier job in the workflow), rather than an externally created one.

Example after fix: https://circleci.com/gh/CircleCI-Public/aws-ecs-orb/2737

Also updates the changelog so that it includes the most recent (unrelated to this PR) release.