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 <[email protected]>
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 <[email protected]>
---
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
[email protected].