Commit b825308d authored by Rémy Coutable's avatar Rémy Coutable

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

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 307e98fa
module Ci
class Runner < ActiveRecord::Base
<<<<<<< HEAD
extend Ci::Model
prepend EE::Ci::Runner
=======
extend Gitlab::Ci::Model
>>>>>>> upstream/master
prepend EE::Ci::Runner
RUNNER_QUEUE_EXPIRY_TIME = 60.minutes
ONLINE_CONTACT_TIMEOUT = 1.hour
......
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