Delete cron.xml (#1965)

We've successfully migrated to using Cloud Scheduler.
This commit is contained in:
Lai Jiang 2023-03-23 14:29:06 -04:00 committed by GitHub
parent 10b9951638
commit 28c671922c
6 changed files with 1 additions and 23 deletions

View file

@ -59,7 +59,7 @@ steps:
else
project_id="domain-registry-${_ENV}"
fi
for filename in cron dispatch queue; do
for filename in dispatch queue; do
gcloud -q --project $project_id app deploy \
default/WEB-INF/appengine-generated/$filename.yaml
done