Skip to content

Commit

Permalink
UHF-9088: Reverted update config workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Mar 25, 2024
1 parent e3efb68 commit 1cdf123
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/update-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cdf123

Please sign in to comment.