blob: 7d901fbb78fee9896f4f2ae2b3b80a90a1493304 [file] [log] [blame]
include ../make/bazel.mk
build:
${BAZEL} build //ds/go/...
release: build
${BAZEL} run //ds:push_datastore_backup_container
indexes:
gcloud datastore create-indexes ./index.yaml
cleanup-indexes:
gcloud datastore cleanup-indexes ./index.yaml