From e657bb224a4f0f12e7e8b7b6fe30bf16c04e7978 Mon Sep 17 00:00:00 2001 From: Christian Fritsch Date: Wed, 4 Mar 2020 10:25:31 +0100 Subject: [PATCH] feat: enable patching (#17) --- lib/stages/prepare_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/stages/prepare_build.sh b/lib/stages/prepare_build.sh index 30aa7ef..3a637ba 100644 --- a/lib/stages/prepare_build.sh +++ b/lib/stages/prepare_build.sh @@ -44,6 +44,7 @@ _stage_prepare_build() { composer config repositories.2 composer https://packages.drupal.org/8 --working-dir="${DRUPAL_TESTING_DRUPAL_INSTALLATION_DIRECTORY}" # Enable patching + composer require cweagans/composer-patches --no-update --working-dir="${DRUPAL_TESTING_DRUPAL_INSTALLATION_DIRECTORY}" composer config extra.enable-patching true --working-dir="${DRUPAL_TESTING_DRUPAL_INSTALLATION_DIRECTORY}" # require the project, we want to test.