File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -157,11 +157,9 @@ export-prod: # Export production tarball
157
157
# #
158
158
init-drupal : drupal-install config-init config-import clear-cache
159
159
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.
162
161
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.
165
163
166
164
drupal-install : docker-running
167
165
$(CURDIR ) /bin/drush \
You can’t perform that action at this time.
0 commit comments