1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-08 20:12:39 +01:00

Remove unnecessary cache folder deletion

This commit is contained in:
Allan Wang 2019-07-03 01:07:25 -07:00
parent 13f0ce9024
commit 25d8486773
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56

View File

@ -50,7 +50,6 @@ branches:
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -rf $HOME/.gradle/caches/*/plugin-resolution/
- rm -rf app/.gradle
cache:
directories:
- "$HOME/.gradle/caches/"