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

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


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 6740ddc  GEODE-9298: fix missing meta dependency
6740ddc is described below

commit 6740ddc0caf6bce8c209cbd639b0d64e9be5514a
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 351bac5..8be8b3d 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