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.
2 parents 4f41e41 + cd7b7ef commit f84fd33Copy full SHA for f84fd33
scripts/site_rebuild.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-# Alternative way to using chains
+# Alternative way to using chains. The benefit of using a bash script is that the intactive mode of the commands work.
3
4
SITENAME=$1;
5
@@ -12,4 +12,5 @@ drupal site:behat:setup ${SITENAME} && \
12
drupal site:settings:memcache ${SITENAME} && \
13
drupal site:db:import ${SITENAME} && \
14
cd /vagrant/repos/${SITENAME}/web && drush updb -y && \
15
+cd /vagrant/repos/${SITENAME}/web && drush cim -y && \
16
cd /vagrant/repos/${SITENAME}/web && drush cr
0 commit comments