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

smgoller 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 d19c8ca  [GEODE-5864] Fix metrics pipeline resource paths value. 
(#2661)
d19c8ca is described below

commit d19c8caa5f04c008d8366ca8c34f6268fd8652fe
Author: Sean Goller <[email protected]>
AuthorDate: Thu Oct 18 10:20:00 2018 -0700

    [GEODE-5864] Fix metrics pipeline resource paths value. (#2661)
    
    Co-authored-by: Sean Goller <[email protected]>
    Co-authored-by: Patrick Rhomberg <[email protected]>
---
 ci/pipelines/meta/jinja.template.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/meta/jinja.template.yml 
b/ci/pipelines/meta/jinja.template.yml
index 297b6e8..b44bcff 100644
--- a/ci/pipelines/meta/jinja.template.yml
+++ b/ci/pipelines/meta/jinja.template.yml
@@ -95,7 +95,7 @@ resources:
     {{ github_access() | indent(4) }}
     branch: ((!geode-build-branch))
     paths:
-    - ci/pipelines/metrics.yml
+    - ci/pipelines/metrics/*
 {% endif %}
 
 jobs:

Reply via email to