mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Cleanup maven cache before committing to Travis [no-release]
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user