Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion get_gcd_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down