mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 17:17:46 +01:00
commit
63ad0efd4f
@ -324,7 +324,7 @@ func (ra *RepositoryAPI) Delete() {
|
||||
return
|
||||
}
|
||||
if repository == nil {
|
||||
ra.HandleNotFound(fmt.Sprintf("repository %s not found", repoName))
|
||||
log.Warningf("the repository %s not found after deleting tags", repoName)
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user