Skip to content

Commit 6bf81cd

Browse files
committed
Only part of the commit
1 parent ef39c32 commit 6bf81cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def email_notification(project, build, email):
667667
msg='sending email to: %s' % email))
668668
context = {'project': project.name,
669669
'build_id': build.pk,
670-
'commit': build.commit,
670+
'commit': build.commit[:8],
671671
'build_url': 'https://{0}{1}'.format(
672672
getattr(settings, 'PRODUCTION_DOMAIN', 'readthedocs.org'),
673673
build.get_absolute_url())}

0 commit comments

Comments
 (0)