Skip to content

Commit

Permalink
Create success/build log entries again
Browse files Browse the repository at this point in the history
This was dropped in 886c5a4 but remains
valuable information.
  • Loading branch information
hennevogel committed Dec 6, 2018
1 parent cef8f37 commit 72785ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/app/models/event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ module Event
'Event::UpdateProjectConfig',
'Event::UpdateProject'].freeze
PACKAGE_CLASSES = ['Event::BranchCommand',
'Event::Build',
'Event::BuildSuccess',
'Event::BuildFail',
'Event::CommentForPackage',
'Event::Commit',
'Event::CreatePackage',
Expand Down

0 comments on commit 72785ca

Please sign in to comment.