Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 1118

Show
Ignore:
Timestamp:
04/09/05 16:23:58 (3 years ago)
Author:
david
Message:

Deliver the failure email

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/cia/trunk/app/services/agent.rb

    r1114 r1118  
    1616    for project in changed_projects 
    1717      build = project.make(@revision) 
    18       Notifier.failure(build) unless build.success? 
     18      Notifier.deliver_failure(build) unless build.success? 
    1919      @builds << build 
    2020    end