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

rhoughton pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new e4a1eca  Enable PR pipeline for support/1.12
e4a1eca is described below

commit e4a1ecab855b66e93cd3f36fdf7f28243580426d
Author: Robert Houghton <[email protected]>
AuthorDate: Tue Mar 22 14:53:53 2022 -0700

    Enable PR pipeline for support/1.12
    
    (cherry picked from commit 05e7ba28948e4b73739e45fd4db2a2f40335120f)
    (cherry picked from commit 257eeb8d9a1ed56d17477afd26bfe8d8dccd5bf9)
---
 ci/pipelines/pull-request/jinja.template.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ci/pipelines/pull-request/jinja.template.yml 
b/ci/pipelines/pull-request/jinja.template.yml
index 138476b..cc8c506 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -35,6 +35,7 @@ resources:
     repository: {{repository.fork}}/geode
     disable_ci_skip: false
     skip_ssl_verification: false
+    base_branch: {{repository.branch}}
 - name: geode-status
   type: pull-request
   source:
@@ -45,11 +46,11 @@ resources:
 - name: geode-ci
   type: git
   source:
-    branch: develop
+    branch: {{repository.branch}}
     depth: 1
     paths:
     - ci/*
-    uri: https://github.com/apache/geode.git
+    uri: https://github.com/{{repository.upstream_fork}}/geode.git
 - name: concourse-metadata-resource
   type: concourse-metadata-resource
   source: {}

Reply via email to