mirror of
https://github.com/harness/drone.git
synced 2025-05-09 00:41:18 +08:00
Merge pull request #321 from technosophos/master
Log errors inspecting images.
This commit is contained in:
commit
a8540d0404
@ -244,6 +244,8 @@ func (b *Builder) setup() error {
|
||||
if err := b.dockerClient.Images.Pull(b.Build.Image); err != nil {
|
||||
return err
|
||||
}
|
||||
} else if err != nil {
|
||||
log.Errf("failed to inspect image %s", b.Build.Image)
|
||||
}
|
||||
|
||||
// create the Docker image
|
||||
|
Loading…
Reference in New Issue
Block a user