From commits-return-26819-archive-asf-public=cust-asf.ponee.io@geode.apache.org Thu Apr 26 23:14:19 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 74261180648 for ; Thu, 26 Apr 2018 23:14:19 +0200 (CEST) Received: (qmail 98956 invoked by uid 500); 26 Apr 2018 21:14:18 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 98947 invoked by uid 99); 26 Apr 2018 21:14:18 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2018 21:14:18 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 081EF852F2; Thu, 26 Apr 2018 21:14:18 +0000 (UTC) Date: Thu, 26 Apr 2018 21:14:17 +0000 To: "commits@geode.apache.org" Subject: [geode] branch develop updated: [GEODE-5130] Fix docker image reference in test-run.sh (#1871) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152477725744.1289.7545100817781584192@gitbox.apache.org> From: pivotalsarge@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 0781b682a029dc70d5e444b196e4c9d8221e9c71 X-Git-Newrev: 22fb356e6a1d6bda00cc71bb02dd320007a13c45 X-Git-Rev: 22fb356e6a1d6bda00cc71bb02dd320007a13c45 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. pivotalsarge 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 22fb356 [GEODE-5130] Fix docker image reference in test-run.sh (#1871) 22fb356 is described below commit 22fb356e6a1d6bda00cc71bb02dd320007a13c45 Author: Sean Goller AuthorDate: Thu Apr 26 14:14:11 2018 -0700 [GEODE-5130] Fix docker image reference in test-run.sh (#1871) Signed-off-by: Sean Goller --- ci/scripts/test-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/test-run.sh b/ci/scripts/test-run.sh index d211493..dfde397 100755 --- a/ci/scripts/test-run.sh +++ b/ci/scripts/test-run.sh @@ -79,7 +79,7 @@ echo "TMPDIR = ${TMPDIR}" echo "GRADLE_TASK = ${GRADLE_TASK}" echo "BASE_FILENAME = ${BASE_FILENAME}" -DOCKER_RESOURCE="docker-test-image" +DOCKER_RESOURCE="docker-geode-build-image" DOCKER_PIDFILE="/var/run/docker.pid" if [ -e ${DOCKER_RESOURCE}/rootfs.tar ]; then -- To stop receiving notification emails like this one, please contact pivotalsarge@apache.org.