Commit 926d8457 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/models/ci/pipeline.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 4d45d6c9
......@@ -7,11 +7,8 @@ module Ci
include Presentable
include Gitlab::OptimisticLocking
<<<<<<< HEAD
prepend ::EE::Ci::Pipeline
=======
>>>>>>> upstream/master
belongs_to :project, inverse_of: :pipelines
belongs_to :user
belongs_to :auto_canceled_by, class_name: 'Ci::Pipeline'
......
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