Commit fc8de613 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/models/commit_status.rb

parent e8f26adf
...@@ -53,11 +53,7 @@ class CommitStatus < ActiveRecord::Base ...@@ -53,11 +53,7 @@ class CommitStatus < ActiveRecord::Base
missing_dependency_failure: 5, missing_dependency_failure: 5,
runner_unsupported: 6, runner_unsupported: 6,
stale_schedule: 7 stale_schedule: 7
<<<<<<< HEAD
}.merge(EE_FAILURE_REASONS) }.merge(EE_FAILURE_REASONS)
=======
}
>>>>>>> upstream/master
## ##
# We still create some CommitStatuses outside of CreatePipelineService. # We still create some CommitStatuses outside of CreatePipelineService.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment