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

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 24b65ac  GEODE-5600: Update pull-request template to expected env 
variables.
24b65ac is described below

commit 24b65ac075b619578a19f14a67eb810ac7f513d3
Author: Dick Cavender <[email protected]>
AuthorDate: Wed Aug 29 13:48:25 2018 -0700

    GEODE-5600: Update pull-request template to expected env variables.
---
 ci/pipelines/pull-request/jinja.template.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/pipelines/pull-request/jinja.template.yml 
b/ci/pipelines/pull-request/jinja.template.yml
index 07a4649..e997c7d 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -102,6 +102,7 @@ jobs:
         platform: linux
         params:
           MAINTENANCE_VERSION: {{repository.branch}}
+          SOURCE_REPOSITORY: {{repository.branch}}
           PUBLIC_BUCKET: ((!public-bucket))
           SERVICE_ACCOUNT: ((!concourse-gcp-account))
         run:
@@ -191,6 +192,7 @@ jobs:
           GRADLE_TASK: {{test.GRADLE_TASK}}
           GRADLE_TASK_OPTIONS: ""
           MAINTENANCE_VERSION: {{repository.branch}}
+          SOURCE_REPOSITORY: {{repository.branch}}
           PARALLEL_DUNIT: {{test.PARALLEL_DUNIT}}
           PARALLEL_GRADLE: {{test.PARALLEL_GRADLE}}
           PUBLIC_BUCKET: ((!public-bucket))

Reply via email to