This is an automated email from the ASF dual-hosted git repository.
rhoughton pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.13 by this push:
new 257eeb8 Enable PR pipeline for support/1.13
257eeb8 is described below
commit 257eeb8d9a1ed56d17477afd26bfe8d8dccd5bf9
Author: Robert Houghton <[email protected]>
AuthorDate: Tue Mar 22 14:53:53 2022 -0700
Enable PR pipeline for support/1.13
(cherry picked from commit 05e7ba28948e4b73739e45fd4db2a2f40335120f)
---
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 0025d36..0567af5 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: {}