Skip to content

Commit

Permalink
Merge pull request #839 from City-of-Helsinki/UHF-9088_workflow
Browse files Browse the repository at this point in the history
UHF-9088: Reverted update config workflow.
  • Loading branch information
khalima authored Mar 25, 2024
2 parents 59435a8 + 5192bd2 commit 8d9008b
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 8d9008b

Please sign in to comment.