From 5192bd2ac52115e87d7af0f412df6022f27c721a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Mon, 25 Mar 2024 14:08:55 +0200 Subject: [PATCH] UHF-9088: Reverted update config workflow. --- .github/workflows/update-config.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/update-config.yml b/.github/workflows/update-config.yml index 5320119d9..7fbcbb7f8 100644 --- a/.github/workflows/update-config.yml +++ b/.github/workflows/update-config.yml @@ -36,19 +36,12 @@ jobs: composer install --no-interaction $(drush sql:connect) < latest.sql drush cim -y && drush updb -y && drush cr - - # Import configuration to fix possible translation issues with - # configuration translations. - drush cim -y - composer update drupal/helfi_* drupal/hdbt* -W --no-interaction + drush cr # Update translations from localize.drupal.org and helfi-modules # before running update hooks to reduce clutter in configuration files. drush locale:check && drush locale:update - drush cr - - # Run updates. drush updb -y # Update translations from helfi_platform_config. These translations