Skip to content

Commit

Permalink
Fix fallout from merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmayer committed Aug 11, 2021
1 parent 3ad58de commit 637203a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ecs_deploy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,12 @@ def update(task, image, tag, command, env, env_file, s3_env_file, secret, role,
td.set_commands(**{key: value for (key, value) in command})
td.set_environment(env, exclusive_env, env_file)
td.set_docker_labels(docker_label, exclusive_docker_labels)
td.set_secrets(secret, exclusive_secrets)
td.set_s3_env_file(s3_env_file, exclusive_s3_env_file)
td.set_role_arn(role)

if diff:
print_diff(td)

create_task_definition(action, td)

Expand Down

0 comments on commit 637203a

Please sign in to comment.