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 1cbd41e  GEODE-5584: Fixes branch path.
1cbd41e is described below

commit 1cbd41e293fb1d8e691e5aa3ee2ca9f0a9c74df4
Author: Jake Barrett <[email protected]>
AuthorDate: Wed Aug 15 11:16:52 2018 -0700

    GEODE-5584: Fixes branch path.
    
    Co-authored-by: Finn Southerland <[email protected]>
    Co-authored-by: Jake Barrett <[email protected]>
---
 ci/pipelines/geode-build/jinja.template.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/geode-build/jinja.template.yml 
b/ci/pipelines/geode-build/jinja.template.yml
index 29afa52..aa4056f 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -53,7 +53,7 @@ resources:
   source:
     bucket: ((!public-bucket))
     json_key: ((!concourse-gcp-key))
-    regexp: artifacts/jinja/geodefiles-(.*).tgz
+    regexp: artifacts/{{repository.branch}}/geodefiles-(.*).tgz
 - name: send-notification-email
   type: email
   source:

Reply via email to