Ignore error, vet failure
This commit is contained in:
parent
b18239ff77
commit
45f8309524
@ -34,7 +34,7 @@ func NewDockerPullExecutor(input NewDockerPullExecutorInput) common.Executor {
|
|||||||
cli.NegotiateAPIVersion(input.Ctx)
|
cli.NegotiateAPIVersion(input.Ctx)
|
||||||
|
|
||||||
reader, err := cli.ImagePull(input.Ctx, imageRef, types.ImagePullOptions{})
|
reader, err := cli.ImagePull(input.Ctx, imageRef, types.ImagePullOptions{})
|
||||||
input.logDockerResponse(reader, err != nil)
|
_ = input.logDockerResponse(reader, err != nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user