Commit 0f73b29f authored by Ian Baum's avatar Ian Baum

Resolve conflict with app/workers/build_finished_worker.rb

parent c422ccb1
......@@ -6,11 +6,8 @@ class BuildFinishedWorker
def perform(build_id)
Ci::Build.find_by(id: build_id).try do |build|
<<<<<<< HEAD
UpdateBuildMinutesService.new(build.project, nil).execute(build)
=======
>>>>>>> upstream/master
# We execute that in sync as this access the files in order to access local file, and reduce IO
BuildTraceSectionsWorker.new.perform(build.id)
BuildCoverageWorker.new.perform(build.id)
......
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