From 2e9d53586874a83cea7e7d29a49bde1180e15829 Mon Sep 17 00:00:00 2001 From: Felipe Artur Date: Tue, 12 Jul 2016 18:19:47 -0300 Subject: Allow build email service to be tested --- app/mailers/emails/builds.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/mailers') diff --git a/app/mailers/emails/builds.rb b/app/mailers/emails/builds.rb index 2f86d1be576..3853af6201a 100644 --- a/app/mailers/emails/builds.rb +++ b/app/mailers/emails/builds.rb @@ -6,6 +6,7 @@ module Emails add_project_headers add_build_headers('failed') + mail(to: to, subject: subject("Build failed for #{@project.name}", @build.short_sha)) end -- cgit v1.2.1