Fix linter errors
This commit is contained in:
parent
3476778243
commit
db9e2a4880
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ func (w *Worker) runJob(ctx context.Context, spec *api.JobSpec) (*api.JobResult,
|
|||
return nil, err
|
||||
}
|
||||
|
||||
if err := w.downloadArtifacts(ctx, spec.Artifacts); err != nil {
|
||||
if err = w.downloadArtifacts(ctx, spec.Artifacts); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue