From ee3558852540efd53479ec17c64aac7773df34a9 Mon Sep 17 00:00:00 2001 From: Philip Date: Mon, 8 Jul 2024 16:30:55 +0200 Subject: [PATCH] add cron-jobs to moduletest --- .../dpladm/env-repo-template/standard/.lagoon.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml b/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml index 3a636b93..41aa3d2d 100644 --- a/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml +++ b/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml @@ -75,6 +75,20 @@ $SECONDARY_DOMAINS schedule: "${IMPORT_TRANSLATIONS_CRON}" command: drush dpl_po:import-remote-config-po da https://danskernesdigitalebibliotek.github.io/dpl-cms/translations/da.config.po service: cli + moduletest: + cronjobs: + - name: drush cron + schedule: "M/15 * * * *" + command: drush cron + service: cli + - name: import translations + schedule: "${IMPORT_TRANSLATIONS_CRON}" + command: drush locale-check && drush locale-update + service: cli + - name: import danish config translations + schedule: "${IMPORT_TRANSLATIONS_CRON}" + command: drush dpl_po:import-remote-config-po da https://danskernesdigitalebibliotek.github.io/dpl-cms/translations/da.config.po + service: cli container-registries: github: