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 a279aef  GEODE-5584: dash removed from image path
a279aef is described below

commit a279aefc71d6a1aa67ae02f14744fdb7b53aabb1
Author: Finn Southerland <[email protected]>
AuthorDate: Wed Aug 15 12:04:11 2018 -0700

    GEODE-5584: dash removed from image path
    
    Co-authored-by: Finn Southerland <[email protected]>
    Co-authored-by: Jake Barrett <[email protected]>
---
 ci/pipelines/shared/shared_jinja.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/shared/shared_jinja.yml 
b/ci/pipelines/shared/shared_jinja.yml
index 680c8f0..94f6542 100644
--- a/ci/pipelines/shared/shared_jinja.yml
+++ b/ci/pipelines/shared/shared_jinja.yml
@@ -35,6 +35,6 @@ config:
     source:
       username: ((!docker-username))
       password: ((!docker-password))
-      repository: gcr.io/apachegeode-ci/{{ pipeline_prefix() }}-alpine-tools
+      repository: gcr.io/apachegeode-ci/{{ pipeline_prefix() }}alpine-tools
       tag: latest
 {%- endmacro %}

Reply via email to