mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3c4eef99be
The previous clean-up code for PR directories on the preview server assumed that all directories were named after the PR number. With the changes introduced in #17640 it is possible to have PR directories that do not follow that naming convention (e.g. "non-public" directories). This PR ensures that both public and non-public directories are removed when cleaning up.