cloudapi: Fix artefact typo
This commit is contained in:
parent
d47102716c
commit
25e8bb1202
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ func (h *apiHandlers) targetResultToUploadStatus(jobId uuid.UUID, t *target.Targ
|
|||
workerServerOptions := t.Options.(*target.WorkerServerTargetResultOptions)
|
||||
absPath, err := h.server.workers.JobArtifactLocation(jobId, workerServerOptions.ArtifactRelPath)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("unable to find job artefact: %w", err)
|
||||
return nil, fmt.Errorf("unable to find job artifact: %w", err)
|
||||
}
|
||||
uploadOptions = LocalUploadStatus{
|
||||
ArtifactPath: absPath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue