mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
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:
@@ -3,7 +3,7 @@ logging:
|
|||||||
io.spring.concourse: DEBUG
|
io.spring.concourse: DEBUG
|
||||||
distribute:
|
distribute:
|
||||||
optional-deployments:
|
optional-deployments:
|
||||||
- '.*\\.zip'
|
- '.*\.zip'
|
||||||
spring:
|
spring:
|
||||||
main:
|
main:
|
||||||
banner-mode: off
|
banner-mode: off
|
||||||
Reference in New Issue
Block a user