Fix build ID key on build queued event

This commit is contained in:
Joseph Schorr 2015-07-01 17:48:43 +03:00
parent 7aeaf2344e
commit f06fed32b8

View file

@ -49,7 +49,7 @@ def start_build(repository, prepared_build, pull_robot_name=None):
# Add the build to the repo's log and spawn the build_queued notification.
event_log_metadata = {
'build_uuid': build_request.uuid,
'build_id': build_request.uuid,
'docker_tags': prepared_build.tags,
'repo': repository.name,
'namespace': repository.namespace_user.username,