Merge "Fix deployment failure detection"

This commit is contained in:
Jenkins 2014-09-04 14:19:32 +00:00 committed by Gerrit Code Review
commit ff5876ccc8

View File

@ -165,7 +165,7 @@ def report_notification(report):
with unit.begin():
running_deployment = get_last_deployment(unit,
status.environment_id)
status.deployment_id = running_deployment.id
status.task_id = running_deployment.id
unit.add(status)