You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a repository rename the old archive path gets unaccessable which prevents deleting old archives.
Reason is the repository name in the filepath: fmt.Sprintf("%s/%s/%s.%s", repo.FullName(), archiver.CommitID[:2], archiver.CommitID, archiver.Type.String())
After a repository rename the old archive path gets unaccessable which prevents deleting old archives.
Reason is the repository name in the filepath:
fmt.Sprintf("%s/%s/%s.%s", repo.FullName(), archiver.CommitID[:2], archiver.CommitID, archiver.Type.String())
/cc @lunny
The text was updated successfully, but these errors were encountered: