mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
Ignore error, vet failure
This commit is contained in:
parent
11d99cf330
commit
062aa4b34b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue