upload/vmware: document uploadImage function
This commit is contained in:
parent
d497bc3b83
commit
0597ac48a7
2 changed files with 4 additions and 3 deletions
|
|
@ -176,7 +176,7 @@ func (impl *OSBuildJobImpl) Run(job worker.Job) error {
|
|||
continue
|
||||
}
|
||||
|
||||
err = vmware.UploadImage(credentials, imagePath, t.ImageName)
|
||||
err = vmware.UploadImage(credentials, imagePath)
|
||||
if err != nil {
|
||||
r = append(r, err)
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue