mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
Do not deploy datastore index file (#1913)
The index was deleted in #1905. <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1913) <!-- Reviewable:end -->
This commit is contained in:
@@ -45,7 +45,7 @@ steps:
|
||||
fi
|
||||
gsutil cp gs://$PROJECT_ID-deploy/${TAG_NAME}/${_ENV}.tar .
|
||||
tar -xvf ${_ENV}.tar
|
||||
for filename in cron dispatch index queue; do
|
||||
for filename in cron dispatch queue; do
|
||||
gcloud -q --project $project_id app deploy \
|
||||
default/WEB-INF/appengine-generated/$filename.yaml
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user