From 0c8edf3f1005e5e31556c5037dace088750e64be Mon Sep 17 00:00:00 2001 From: Claudiu Cristea <clau.cristea@gmail.com> Date: Thu, 16 Mar 2023 22:10:14 +0200 Subject: [PATCH] Revert "Allow debugging." This reverts commit e9cbf6e56eb597d5275f299f64bd44830d5fbeba. --- resources/runner/drupal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/runner/drupal.yml b/resources/runner/drupal.yml index 76a30588b1..a17159c2d2 100644 --- a/resources/runner/drupal.yml +++ b/resources/runner/drupal.yml @@ -208,7 +208,7 @@ drupal: ]; // Location of the site configuration files. $settings['config_sync_directory'] = '../config/sync'; - $settings['config_readonly'] = FALSE; // !file_exists(getcwd() . '/../disable-config-readonly'); + $settings['config_readonly'] = !file_exists(getcwd() . '/../disable-config-readonly'); Testing configuration alters: | // The video from the home page interacts with Selenium tests. $config['page_manager.page_variant.homepage-layout_builder-0']['variant_settings']['sections'][4]['components']['6ab0ceea-4541-4153-8b64-227e02369d30']['configuration']['text'] = 'Some joinup video'; -- GitLab