Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2016-07-13 00:19:47 +0300
committerFelipe Artur <felipefac@gmail.com>2016-07-16 02:38:27 +0300
commit2e9d53586874a83cea7e7d29a49bde1180e15829 (patch)
tree8118f6c65c9b610f143e34f8b6a1e8f252065ec4 /app/mailers
parent2d96c66d63d480f24fd023fe73bf95e67d5ad257 (diff)
Allow build email service to be tested
Diffstat (limited to 'app/mailers')
-rw-r--r--app/mailers/emails/builds.rb1
1 files changed, 1 insertions, 0 deletions
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