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 60e9dde  fix jinja template difference from cherry-pick
60e9dde is described below

commit 60e9dde40eb079b919226e2228fef36bc0d576c3
Author: Robert Houghton <rhough...@pivotal.io>
AuthorDate: Tue Mar 22 16:08:42 2022 -0700

    fix jinja template difference from cherry-pick
    
    (cherry picked from commit df1d996917582fe92a84d5a5d2f12c322907c5dc)
---
 ci/pipelines/pull-request/jinja.template.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/pull-request/jinja.template.yml 
b/ci/pipelines/pull-request/jinja.template.yml
index cc8c506..a263cfd 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -141,7 +141,7 @@ jobs:
             - name: geode-ci
             - name: attempts-log
               path: old
-            - name: {{ test.PLATFORM}}-builder-image-family
+            - name: {{ build_test.PLATFORM}}-builder-image-family
               path: builder-image
             outputs:
             - name: instance-data

Reply via email to