Skip to content
Snippets Groups Projects
Commit 2e3bc854 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Do not return from proc-closure in pipeline transition

parent 9eedd6f9
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -86,7 +86,7 @@ class CommitStatus < ActiveRecord::Base
end
 
after_transition do |commit_status, transition|
return if transition.loopback?
next if transition.loopback?
 
commit_status.run_after_commit do
pipeline.try do |pipeline|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment