Closed kassyuz closed 2 years ago
I see the the fixes on master
branch but any guess when will you have a release of it?
@brivu
@kassyuz,
I'll have a new release ready by tomorrow!
Best, Brian
Hey @kassyuz,
I just cut a new release to include this fix: https://github.com/CircleCI-Public/aws-ecs-orb/releases/tag/v3.1.0
Hope that helps and let me know if there's anything else you need!
Best, Brian
Orb version:
3.0.0
What happened:
The command
deploy-ecs-scheduled-task
isn't work because there is bash command that doesn't exist, it ismktmp
Check it out at line 20 and 22 of the command source
Also the AWS CLI command
aws events put-targets --cli-input-json "$(cat "$CLI_INPUT_FILE")"
won't work because the JSON document must has at least two attributes, Rules and Targets, it only has Targets.Expected behavior:
Use common bash command and have a proper JSON document.