File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,11 +157,9 @@ export-prod: # Export production tarball
157157# #
158158init-drupal : drupal-install config-init config-import clear-cache
159159
160- # Run the 'rebuild' task then import configuration and clear Drupal's cache.
161- update : docker-stop composer-install docker-rebuild wait-healthy clear-cache config-import updb clear-cache
160+ update : docker-stop composer-install docker-rebuild wait-healthy clear-cache config-import updb clear-cache # Run the 'rebuild' task then import configuration and clear Drupal's cache.
162161
163- # Update without importing config.
164- safe-update : docker-stop composer-install docker-rebuild wait-healthy clear-cache updb clear-cache
162+ safe-update : docker-stop composer-install docker-rebuild wait-healthy clear-cache updb clear-cache # Update without importing config.
165163
166164drupal-install : docker-running
167165 $(CURDIR ) /bin/drush \
You can’t perform that action at this time.
0 commit comments