Merge pull request #729 from jogjayr/1.3.x
Git repo patterns need single-quotes
This commit is contained in:
@@ -234,13 +234,13 @@ spring:
|
||||
repos:
|
||||
development:
|
||||
pattern:
|
||||
- */development
|
||||
- */staging
|
||||
- '*/development'
|
||||
- '*/staging'
|
||||
uri: https://github.com/development/config-repo
|
||||
staging:
|
||||
pattern:
|
||||
- */qa
|
||||
- */production
|
||||
- '*/qa'
|
||||
- '*/production'
|
||||
uri: https://github.com/staging/config-repo
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user