We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c1dbe commit 464b823Copy full SHA for 464b823
chain/chain-site-rebuild.yml
@@ -39,11 +39,15 @@ commands:
39
- command: site:db:import
40
arguments:
41
name: '%{{name}}'
42
+# Import configuration
43
+ - command: exec
44
+ arguments:
45
+ bin: 'cd /vagrant/repos/%{{name}}/web; drush cim -y;'
46
# Run db updates
47
- command: exec
48
49
bin: 'cd /vagrant/repos/%{{name}}/web; drush updb -y;'
-# Import configuration
50
+# Import configuration again to fix a problem with config import when new modules are added to core.extensions.yml
51
52
53
bin: 'cd /vagrant/repos/%{{name}}/web; drush cim -y;'
0 commit comments