Skip to content
Snippets Groups Projects
Commit 52e52f4a authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Make it explicit that workhorse needs artifact path

parent c53f319f
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, entry)
def send_artifacts_entry(build, path)
params = {
'Archive' => build.artifacts_file.path,
'Entry' => Base64.encode64(entry.path)
'Entry' => Base64.encode64(path.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