This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch release/1.9.1
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.9.1 by this push:
     new 0feaa2e  fix geode-examples in ci to use repo branch instead of 
hardcoding develop
0feaa2e is described below

commit 0feaa2e2f9336bbf7cb29cea6eac09e674d32a66
Author: Dick Cavender <dcaven...@pivotal.io>
AuthorDate: Fri Aug 23 15:34:22 2019 -0700

    fix geode-examples in ci to use repo branch instead of hardcoding develop
    
    (cherry picked from commit 4a109b201b0c4246a61932454b619ec16f04ce54)
---
 ci/pipelines/examples/jinja.template.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/examples/jinja.template.yml 
b/ci/pipelines/examples/jinja.template.yml
index 3e70e61..b2edb31 100644
--- a/ci/pipelines/examples/jinja.template.yml
+++ b/ci/pipelines/examples/jinja.template.yml
@@ -53,7 +53,7 @@ resources:
   type: git
   source:
     uri: https://github.com/apache/geode-examples.git
-    branch: develop
+    branch: {{ repository.branch }}
     depth: 10
 - name: geode-ci
   type: git

Reply via email to