fixing post regex

This commit is contained in:
Ryan Baxter
2016-08-11 20:24:13 -04:00
parent b577ced6c5
commit 2b6bbcf6dc

View File

@@ -15,4 +15,4 @@ 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
- find . -type f -regex ".*/*.*/target/*.*" | cpio -pdm $CIRCLE_ARTIFACTS