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

onichols 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 e57477e  GEODE-9298: fix missing meta dependency
e57477e is described below

commit e57477e0cc71849df0111584a48ab61aaded04a4
Author: Owen Nichols <[email protected]>
AuthorDate: Thu May 27 17:44:49 2021 -0700

    GEODE-9298: fix missing meta dependency
    
    (cherry picked from commit e9cd0b89aac542b6531660b949532a6cc0c73f83)
---
 ci/pipelines/meta/jinja.template.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ci/pipelines/meta/jinja.template.yml 
b/ci/pipelines/meta/jinja.template.yml
index 83e7b45..5ed6b56 100644
--- a/ci/pipelines/meta/jinja.template.yml
+++ b/ci/pipelines/meta/jinja.template.yml
@@ -36,6 +36,9 @@ resources:
     branch: ((geode-build-branch))
     paths:
     - ci/pipelines/images/*
+    - ci/pipelines/shared/*
+    - ci/pipelines/render.py
+    - ci/pipelines/meta/meta.properties
 - name: geode-reaper-pipeline
   type: git
   source:

Reply via email to