mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
This commit fixes the "optional-deployments" regex for ".zip" artifacts; "\" do not need to be escaped in YML single-quoted strings.
9 lines
137 B
YAML
9 lines
137 B
YAML
logging:
|
|
level:
|
|
io.spring.concourse: DEBUG
|
|
distribute:
|
|
optional-deployments:
|
|
- '.*\.zip'
|
|
spring:
|
|
main:
|
|
banner-mode: off |