Files
initializr/ci/config/release-scripts.yml
Stephane Nicoll 9c8e8d0b97 Fix optional deployments regex in release CI pipeline
This commit fixes the "optional-deployments" regex for ".zip" artifacts;
"\" do not need to be escaped in YML single-quoted strings.
2021-02-19 16:19:47 +01:00

9 lines
137 B
YAML

logging:
level:
io.spring.concourse: DEBUG
distribute:
optional-deployments:
- '.*\.zip'
spring:
main:
banner-mode: off