1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 05:56:49 +00:00

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 d4cd25c4ae
commit b9742adc0b
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