Commit 2de2fe53 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in lib/gitlab/workhorse.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent ea7f5a05
...@@ -121,7 +121,6 @@ module Gitlab ...@@ -121,7 +121,6 @@ module Gitlab
] ]
end end
<<<<<<< HEAD
def send_artifacts_entry(build, entry) def send_artifacts_entry(build, entry)
file = build.artifacts_file file = build.artifacts_file
archive = archive =
...@@ -134,12 +133,6 @@ module Gitlab ...@@ -134,12 +133,6 @@ module Gitlab
params = { params = {
'Archive' => archive, 'Archive' => archive,
'Entry' => Base64.encode64(entry.path) 'Entry' => Base64.encode64(entry.path)
=======
def send_artifacts_entry(build, path)
params = {
'Archive' => build.artifacts_file.path,
'Entry' => Base64.encode64(path.to_s)
>>>>>>> upstream/master
} }
[ [
......
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