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 acb8e00b44
commit dec8293238

View File

@@ -10,6 +10,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: