Skip to content

Commit

Permalink
Update exec.go
Browse files Browse the repository at this point in the history
  • Loading branch information
claire1618 committed Aug 28, 2023
1 parent e64dfb3 commit bb19197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vela-worker/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (w *Worker) exec(index int, config *library.Worker) error {
}

// request build executable containing pipeline.Build data using exec client
execBuildExecutable, resp, err := execBuildClient.Build.GetBuildExecutable(item.Repo.GetOrg(), item.Repo.GetName(), item.Build.GetNumber())
execBuildExecutable, _, err := execBuildClient.Build.GetBuildExecutable(item.Repo.GetOrg(), item.Repo.GetName(), item.Build.GetNumber())
if err != nil {
return err
}
Expand Down

0 comments on commit bb19197

Please sign in to comment.