You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by di...@apache.org on 2019/08/23 22:37:23 UTC

[geode] branch release/1.10.0 updated: fix geode-examples in ci to use repo branch instead of hardcoding develop

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

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


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

commit 4a109b201b0c4246a61932454b619ec16f04ce54
Author: Dick Cavender <dc...@pivotal.io>
AuthorDate: Fri Aug 23 15:34:22 2019 -0700

    fix geode-examples in ci to use repo branch instead of hardcoding develop
---
 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 dabbdff..f3cda05 100644
--- a/ci/pipelines/examples/jinja.template.yml
+++ b/ci/pipelines/examples/jinja.template.yml
@@ -54,7 +54,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