From 671e7b3b46472cc63cefc554439e4cbbdcc714d7 Mon Sep 17 00:00:00 2001 From: Sally Young Date: Thu, 19 Oct 2023 16:30:31 +0100 Subject: [PATCH] MacOS is annoying --- install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.yaml b/install.yaml index 9d6c1b6..64c3c48 100644 --- a/install.yaml +++ b/install.yaml @@ -21,7 +21,7 @@ project_files: post_install_actions: - cp core-dev/phpunit-firefox.xml ../core/phpunit.xml - - sed -i "s|DRUPAL_CORE_DDEV_URL|$DDEV_PRIMARY_URL|g" ../core/phpunit.xml + - sed -i"mac_os_is_annoying" "s|DRUPAL_CORE_DDEV_URL|$DDEV_PRIMARY_URL|g" ../core/phpunit.xml - mkdir -p ../test_output - mkdir -p ../vendor - mkdir -p ../sites/simpletest