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:
Stephane Nicoll
2021-02-19 16:19:47 +01:00
parent 45e7f94ceb
commit 9c8e8d0b97

View File

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