Commit 572e9012 authored by Rémy Coutable's avatar Rémy Coutable

Backport the EE signature of Gitlab::Workhorse#send_artifacts_entry

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 39a93e0b
......@@ -121,10 +121,10 @@ module Gitlab
]
end
def send_artifacts_entry(build, path)
def send_artifacts_entry(build, entry)
params = {
'Archive' => build.artifacts_file.path,
'Entry' => Base64.encode64(path.to_s)
'Entry' => Base64.encode64(entry.to_s)
}
[
......
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