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
|