Skip to content

Commit f84fd33

Browse files
committed
Merge branch 'master' into 27188_memcache
2 parents 4f41e41 + cd7b7ef commit f84fd33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/site_rebuild.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# Alternative way to using chains
2+
# Alternative way to using chains. The benefit of using a bash script is that the intactive mode of the commands work.
33

44
SITENAME=$1;
55

@@ -12,4 +12,5 @@ drupal site:behat:setup ${SITENAME} && \
1212
drupal site:settings:memcache ${SITENAME} && \
1313
drupal site:db:import ${SITENAME} && \
1414
cd /vagrant/repos/${SITENAME}/web && drush updb -y && \
15+
cd /vagrant/repos/${SITENAME}/web && drush cim -y && \
1516
cd /vagrant/repos/${SITENAME}/web && drush cr

0 commit comments

Comments
 (0)