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
1 changed files with 2 additions and 2 deletions

View File

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