From 458c5aae3959e3e0961c9c7ad1bf22c5690fb970 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 22 Feb 2016 12:14:36 +0000 Subject: [PATCH] Bump template name to get latest version of docker. --- integration/gce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/gce.sh b/integration/gce.sh index c53089846..f30064bb5 100755 --- a/integration/gce.sh +++ b/integration/gce.sh @@ -5,6 +5,6 @@ set -e . ./config.sh export PROJECT=scope-integration-tests -export TEMPLATE_NAME="test-template-4" +export TEMPLATE_NAME="test-template-5" export NUM_HOSTS=3 . "../tools/integration/gce.sh" "$@"