You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by pr...@apache.org on 2018/08/01 17:20:40 UTC

[geode] branch develop updated: GEODE-5425: Correct docker image name in pipeline.

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

prhomberg 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 e020888  GEODE-5425: Correct docker image name in pipeline.
e020888 is described below

commit e02088852c95eec538a9252682449cf8d090188b
Author: Patrick Rhomberg <pr...@pivotal.io>
AuthorDate: Wed Aug 1 10:20:06 2018 -0700

    GEODE-5425: Correct docker image name in pipeline.
---
 ci/pipelines/metrics.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/metrics.yml b/ci/pipelines/metrics.yml
index b7a57c7..ea10147 100644
--- a/ci/pipelines/metrics.yml
+++ b/ci/pipelines/metrics.yml
@@ -20,7 +20,7 @@ image_resource: &docker-geode-build-image
   source:
     username: ((!docker-username))
     password: ((!docker-password))
-    repository: gcr.io/apachegeode-ci/((!docker-image-prefix))metric-tools
+    repository: gcr.io/apachegeode-ci/metric-tools
     tag: latest
 
 resources: