Clean code (Condition is always 'false' because 'err' is always 'nil' ).

This commit is contained in:
lou-lan 2020-01-14 15:11:22 +08:00
parent 464ac134f5
commit da0e7c7bdc
1 changed files with 0 additions and 4 deletions

View File

@ -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...)
}