Skip to content

Commit

Permalink
Merge pull request #92 from CircleCI-Public/fix-run-task-test
Browse files Browse the repository at this point in the history
Fix the run task integration test to tear down correct task definition
  • Loading branch information
lokst authored Jan 24, 2020
2 parents 4e7f1c3 + ffaac9c commit 585892f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ workflows:
name: ec2_tear-down-run-task-test
requires:
- ec2_run-task-test
family-name: ecs-test-sleep360
family-name: ${AWS_RESOURCE_NAME_PREFIX_EC2}-sleep360

# test ecs updates
- test-service-update:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
Documents changes in orb version releases.

## [[1.1.0](https://circleci.com/orbs/registry/orb/circleci/aws-ecs?version=1.1.0)]
### Added
- Enhancement: Add update-task-definition-from-json command and job [\#91](https://github.com/CircleCI-Public/aws-ecs-orb/pull/91) ([a10waveracer](https://github.com/a10waveracer))
https://github.com/CircleCI-Public/aws-ecs-orb/pull/91

## [[1.0.5](https://circleci.com/orbs/registry/orb/circleci/aws-ecs?version=1.0.5)]
### Fixed
- Prevent asterisk expansion when asterisk is present in task definition value [\#90](https://github.com/CircleCI-Public/aws-ecs-orb/pull/90) ([lokst](https://github.com/lokst))
Expand Down

0 comments on commit 585892f

Please sign in to comment.