Skip to content

chore: update/fix cache clean up script

Xiao Pan requested to merge xp/fix_cache_clean_up_script into main

The previous cache cleanup script failed to cleanup cache due to missing permission in cached files.

before: image

The updated script will change the permission of the locked file and try to remove all cached contents. after: image

Edited by Xiao Pan

Merge request reports