From 4999c63d6b7927ffef8a9a371b7a6a8993c1a751 Mon Sep 17 00:00:00 2001 From: Will Hayworth Date: Mon, 6 Nov 2017 11:57:11 -0800 Subject: [PATCH] Update emulator version to 1.3.0. --- .travis.yml | 2 +- get_gcd_zip.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e95e8f11..4f793521 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: - ./get_app_engine_sdk.sh - ./get_gcd_zip.sh - export GAE="./cache/google_appengine" - - export GCD_ZIP="./cache/cloud-datastore-emulator-1.3.zip" + - export GCD_ZIP="./cache/cloud-datastore-emulator-1.3.0.zip" install: - pip install tox diff --git a/get_gcd_zip.sh b/get_gcd_zip.sh index ed99433b..fa1f704d 100755 --- a/get_gcd_zip.sh +++ b/get_gcd_zip.sh @@ -30,7 +30,7 @@ cd cache if [[ -f gcd.zip ]]; then echo "GCD already downloaded. Doing nothing." else - wget https://storage.googleapis.com/gcd/tools/cloud-datastore-emulator-1.3.zip -nv + wget https://storage.googleapis.com/gcd/tools/cloud-datastore-emulator-1.3.0.zip -nv fi echo "Cache contents after getting gcd:"