Merge pull request #967 from lou-lan/fix/clean-code
Clean code (Condition is always 'false' because 'err' is always 'nil' ).
This commit is contained in:
commit
b5c3d95d8e
|
|
@ -123,10 +123,6 @@ func remoteImage(image string, opts *config.KanikoOptions) (v1.Image, error) {
|
|||
}
|
||||
|
||||
rOpts := remoteOptions(registryName, opts)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return remote.Image(ref, rOpts...)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue