Skip to content

Conversation

@Maks3w
Copy link
Contributor

@Maks3w Maks3w commented Feb 12, 2019

This PR mimics the flags available on deploy also for run

print_diff(td, 'Using task definition: %s' % task)

if image or tag or role:
td = create_task_definition(action, td)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you create a new task definition here, I think it should be deregistered, after the task had been successfully executed. Otherwise you end up with n active task definitions in ECS. What do you think? As in the deploy action, this could be controllable via a cli parameter

@Maks3w Maks3w force-pushed the override-run branch 3 times, most recently from 3acf716 to dcc3fa7 Compare September 28, 2019 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants