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 4c5219b commit ce5a7efCopy full SHA for ce5a7ef
scripts/site_rebuild.sh
@@ -12,5 +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
+cd /vagrant/repos/${SITENAME}/web && drush cim -y && \
16
cd /vagrant/repos/${SITENAME}/web && drush cr
0 commit comments