Skip to content

Commit 2672a6c

Browse files
Merge pull request #19 from dennisinteractive/27610_8.3_fixes
Case 27610; Add drush cr command to drupal console command chain for …
2 parents 4b00032 + 93f01fb commit 2672a6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

chain/chain-site-rebuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ commands:
4141
- command: site:db:import
4242
arguments:
4343
name: '%{{name}}'
44+
# Clear cache
45+
- command: exec
46+
arguments:
47+
bin: 'cd /vagrant/repos/%{{name}}/web; drush cr;'
4448
# Set default drush alias
4549
- command: exec
4650
arguments:

0 commit comments

Comments
 (0)