NO-JIRA: remove cache
This commit is contained in:
parent
e01358f17a
commit
cd0309e92e
|
@ -12,3 +12,5 @@ script: mvn -Pfast-tests -Pextra-tests -B install
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
|
before_cache:
|
||||||
|
- rm -rf $HOME/.m2/repository/org/apache/activemq/artemis-*
|
||||||
|
|
Loading…
Reference in New Issue