diff --git a/ci/cleanupArtifacts.sh b/ci/cleanupArtifacts.sh index 9f343d2f..76f2de6c 100755 --- a/ci/cleanupArtifacts.sh +++ b/ci/cleanupArtifacts.sh @@ -2,4 +2,6 @@ rm -Rf ./.gradle rm -Rf ./.m2 +rm -Rf `find . -name "build" | grep -v "src"` +rm -Rf `find . -name "target" | grep -v "src"` exit 0