Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"TASK_DEFINITION_ARN: unbound variable" when using with task definition "-d" option #98

Open
bfolkens opened this issue Apr 9, 2017 · 3 comments

Comments

@bfolkens
Copy link

bfolkens commented Apr 9, 2017

When using the -d or --task-definition option, an error is produced:

/ecs-deploy: line 464: TASK_DEFINITION_ARN: unbound variable

It seems as though the TASK_DEFINITION_ARN is not getting set since SERVICE is false (as it should be), though that branch of code is what is responsible for setting TASK_DEFINITION_ARN.

@mnc
Copy link

mnc commented Jun 20, 2018

I'm facing the same error like below log.

/usr/local/bin/ecs-deploy: line 567: TASK_DEFINITION_ARN: unbound variable

Could you merge this PR?
I'll try to fix it if there is any problem.

@thomasbiddle
Copy link
Contributor

Also hitting this issue; looks like I'll just have to patch my own copy

@fillup
Copy link
Contributor

fillup commented Aug 13, 2018

@thomasbiddle #99 also includes some new functionality so I can't just merge in the fix for the unbound variable. If you want to put it in as a new PR I'll be happy to review and merge it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants