1
0
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:
Lai Jiang
2023-01-18 16:31:35 -05:00
committed by GitHub
parent 7ab572188a
commit ac14688a4f

View File

@@ -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