Cleanup maven cache before committing to Travis [no-release]

This commit is contained in:
Alex Mukha
2019-10-09 12:17:25 +01:00
parent 7a751d6c30
commit 5225b16f1e

View File

@@ -9,6 +9,9 @@ services:
cache: cache:
directories: directories:
- $HOME/.m2 - $HOME/.m2
# the cache can grow constantly
before_cache:
- rm -rf $HOME/.m2/repository/org/alfresco/alfresco-remote-api
branches: branches:
only: only: