1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-19 23:21:34 +02:00

Remove app gradle where node and npm are cached

This commit is contained in:
Allan Wang 2019-07-03 00:36:18 -07:00
parent 9f04892c20
commit d40fdaaa1e
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56

View File

@ -50,6 +50,7 @@ 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/"