Skip to content

Commit

Permalink
Do not deploy datastore index file (#1913)
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
jianglai committed Jan 18, 2023
1 parent 7ab5721 commit ac14688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/cloudbuild-deploy.yaml
Expand Up @@ -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
Expand Down

0 comments on commit ac14688

Please sign in to comment.