You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2018/08/15 19:05:02 UTC

[geode] branch develop updated: GEODE-5584: dash removed from image path

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 <fs...@pivotal.io>
AuthorDate: Wed Aug 15 12:04:11 2018 -0700

    GEODE-5584: dash removed from image path
    
    Co-authored-by: Finn Southerland <fs...@pivotal.io>
    Co-authored-by: Jake Barrett <bj...@pivotal.io>
---
 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 %}