mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
671270dae2
This commit fixes the "optional-deployments" regex for ".zip" artifacts; "\" do not need to be escaped in YML single-quoted strings.
10 lines
138 B
YAML
10 lines
138 B
YAML
logging:
|
|
level:
|
|
io.spring.concourse: DEBUG
|
|
distribute:
|
|
optional-deployments:
|
|
- '.*\.zip'
|
|
spring:
|
|
main:
|
|
banner-mode: off
|