Skip to content
Snippets Groups Projects
Commit 741579fb authored by Pieter Frenssen's avatar Pieter Frenssen :paperclips:
Browse files

ISAICP-4248: Disable config_readonly during the installation.

parent 1a5e6a33
No related branches found
Tags v1.22
No related merge requests found
......@@ -8,9 +8,11 @@
# Perform the necessary steps for the update
cd ${PROJECT_ROOT}
./vendor/bin/drush pm:uninstall config_readonly --yes &&
./vendor/bin/drush updatedb --yes &&
./vendor/bin/drush cs-update --discard-overrides --yes &&
./vendor/bin/drush cache-rebuild --yes
./vendor/bin/drush cache-rebuild --yes &&
./vendor/bin/drush pm:enable config_readonly --yes
# Check if any of the steps returned an error.
STATUS=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment