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.
This commit is contained in:
Brian Clozel
2021-01-12 10:56:52 +01:00
parent 6ea39fd122
commit 671270dae2

View File

@@ -3,7 +3,7 @@ logging:
io.spring.concourse: DEBUG
distribute:
optional-deployments:
- '.*\\.zip'
- '.*\.zip'
spring:
main:
banner-mode: off
banner-mode: off