From cf9f0e38b6e23251ac39c2c39b6c0c54b7e45226 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 27 Jun 2017 14:35:12 +0000 Subject: [PATCH] Sync docs from 1.3.x to gh-pages --- 1.3.x/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/1.3.x/index.html b/1.3.x/index.html index 6257d2ea..b6ef0776 100644 --- a/1.3.x/index.html +++ b/1.3.x/index.html @@ -957,13 +957,13 @@ to run apps with multiple profiles. Example:

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