Make it explicit that workhorse needs artifact path

This commit is contained in:
Grzegorz Bizon 2017-09-05 12:20:09 +02:00
parent c53f319f88
commit 52e52f4a17

View file

@ -121,10 +121,10 @@ module Gitlab
] ]
end end
def send_artifacts_entry(build, entry) def send_artifacts_entry(build, path)
params = { params = {
'Archive' => build.artifacts_file.path, 'Archive' => build.artifacts_file.path,
'Entry' => Base64.encode64(entry.path) 'Entry' => Base64.encode64(path.to_s)
} }
[ [