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

This commit is contained in:
Alex Mukha
2019-10-09 16:16:57 +01:00
parent 8244cf4d47
commit a3947941ca

View File

@@ -9,6 +9,10 @@ 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
- rm -rf $HOME/.m2/repository/org/alfresco/alfresco-repository
branches: branches:
only: only: