mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 09:21:49 +02: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:
parent
408fff4fc1
commit
913edb23ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue