Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit 4999c63

Browse files
committed
Update emulator version to 1.3.0.
1 parent e258826 commit 4999c63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_install:
88
- ./get_app_engine_sdk.sh
99
- ./get_gcd_zip.sh
1010
- export GAE="./cache/google_appengine"
11-
- export GCD_ZIP="./cache/cloud-datastore-emulator-1.3.zip"
11+
- export GCD_ZIP="./cache/cloud-datastore-emulator-1.3.0.zip"
1212

1313
install:
1414
- pip install tox

get_gcd_zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cd cache
3030
if [[ -f gcd.zip ]]; then
3131
echo "GCD already downloaded. Doing nothing."
3232
else
33-
wget https://storage.googleapis.com/gcd/tools/cloud-datastore-emulator-1.3.zip -nv
33+
wget https://storage.googleapis.com/gcd/tools/cloud-datastore-emulator-1.3.0.zip -nv
3434
fi
3535

3636
echo "Cache contents after getting gcd:"

0 commit comments

Comments
 (0)