Commit f8324c83 authored by Mayra Cabrera's avatar Mayra Cabrera

Fixes resolution for enqueue build service

parent 5a3bda13
# frozen_string_literal: true
module Ci
class EnqueueBuildService < BaseService
<<<<<<< HEAD
prepend EE::Ci::EnqueueBuildService
=======
>>>>>>> upstream/master
def execute(build)
build.enqueue
end
......
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