mirror of
https://github.com/distribution/distribution.git
synced 2025-06-26 15:34:18 +00:00
Merge pull request #4028 from liubin/delete-duplicated-code
This commit is contained in:
commit
b9b19409cf
4
registry/storage/cache/redis/redis.go
vendored
4
registry/storage/cache/redis/redis.go
vendored
@ -135,10 +135,6 @@ func (rbds *redisBlobDescriptorService) SetDescriptor(ctx context.Context, dgst
|
||||
return err
|
||||
}
|
||||
|
||||
if err := cache.ValidateDescriptor(desc); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return rbds.setDescriptor(ctx, rbds.pool, dgst, desc)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user