fixing post regex
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user