added post build step to capture artifacts

This commit is contained in:
Ryan Baxter
2016-08-11 16:29:08 -04:00
parent d07cb287ca
commit ef27742d68

View File

@@ -14,3 +14,5 @@ dependencies:
test:
override:
- ./mvnw --fail-at-end --update-snapshots clean package -Dmaven.test.redirectTestOutputToFile=true
post:
- find . -type f -regex ".*/spring-cloud-*.*/target/*.*" | cpio -pdm $CIRCLE_ARTIFACTS