Commit 52e52f4a authored by Grzegorz Bizon's avatar Grzegorz Bizon

Make it explicit that workhorse needs artifact path

parent c53f319f
......@@ -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)
}
[
......
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