Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
digit-joinup-reference
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ec-europa
digit-joinup-reference
Commits
741579fb
Commit
741579fb
authored
7 years ago
by
Pieter Frenssen
Browse files
Options
Downloads
Patches
Plain Diff
ISAICP-4248: Disable config_readonly during the installation.
parent
1a5e6a33
No related branches found
Branches containing commit
Tags
v1.22
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/update_production.sh
+3
-1
3 additions, 1 deletion
scripts/update_production.sh
with
3 additions
and
1 deletion
scripts/update_production.sh
+
3
−
1
View file @
741579fb
...
...
@@ -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
=
$?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment