Merge pull request #729 from jogjayr/1.3.x

Git repo patterns need single-quotes
This commit is contained in:
Ryan Baxter
2017-06-27 10:34:23 -04:00
committed by GitHub

View File

@@ -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
----