File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 160160 "Errors when using with modules that alter a section's contextual menu" : " https://www.drupal.org/files/issues/2020-05-22/3106939-4.patch" ,
161161 "Indicate Drupal 8/9 compatibility via core_version_requirement" : " https://www.drupal.org/files/issues/2020-05-22/d9_compatibility-3138698-4.patch"
162162 },
163- "drupal/manage_display" : {
164- "Drupal 9 compatibility" : " https://www.drupal.org/files/issues/2020-04-01/manage_display.d9.3124061-2.patch"
165- },
166163 "drupal/menu_link_attributes" : {
167164 "Add missing schema for menu_link_attributes" : " https://patch-diff.githubusercontent.com/raw/yannickoo/menu_link_attributes/pull/52.patch"
168165 },
Original file line number Diff line number Diff line change @@ -166,7 +166,10 @@ browser_driver:
166166
167167# # Stop browser driver
168168browser_driver_stop :
169- docker stop $(COMPOSE_PROJECT_NAME ) _chrome
169+ if [ ! -z ` docker ps -f ' name=$(COMPOSE_PROJECT_NAME)_chrome' --format ' {{.Names}}' ` ]; then \
170+ echo ' Stopping browser driver.' ; \
171+ docker stop $(COMPOSE_PROJECT_NAME ) _chrome; \
172+ fi
170173
171174# # Create a high number of random content
172175contentgen :
You can’t perform that action at this time.
0 commit comments