From 0a31683bfe6dbdc60816285782839d4f9e80f0da Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 9 Aug 2016 15:14:07 +0200 Subject: [PATCH] Trying to fix build --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 082ee9e57e..5c27ba27b8 100644 --- a/circle.yml +++ b/circle.yml @@ -29,7 +29,7 @@ dependencies: test: override: # docs take 15 minutes to run - - ./mvnw install -P docs,integration -q -U $MVN_LOCAL_OPTS + - ./mvnw clean install -P docs,integration -q -U $MVN_LOCAL_OPTS post: - mkdir -p $CIRCLE_TEST_REPORTS/junit/ - find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;