Skip to content
Snippets Groups Projects
Verified Commit 572e9012 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Backport the EE signature of Gitlab::Workhorse#send_artifacts_entry


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 39a93e0b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
}
 
[
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment