From dc8eb32f50ab458238f560a53c99091e881170f5 Mon Sep 17 00:00:00 2001 From: Christian Fritsch Date: Wed, 26 May 2021 11:56:56 +0200 Subject: [PATCH] Revert "Apply image style folder generation patch" (#47) This reverts commit 3dcbf9b0302ce640af07904c944e0b2e4acc61f3. --- lib/stages/build.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/stages/build.sh b/lib/stages/build.sh index d3ce997..f30cf0e 100644 --- a/lib/stages/build.sh +++ b/lib/stages/build.sh @@ -29,12 +29,12 @@ _stage_build() { if [[ ${major_version} -gt 8 ]] && [[ ${minor_version} -gt 0 ]]; then composer require phpspec/prophecy-phpunit:^2 --working-dir="${DRUPAL_TESTING_DRUPAL_INSTALLATION_DIRECTORY}" # Apply core patch - local docroot - docroot=$(get_distribution_docroot) - cd "${docroot}" || exit - wget https://www.drupal.org/files/issues/2021-05-03/3211936-2.patch - patch -p1 < 3211936-2.patch - cd - || exit + #local docroot + #docroot=$(get_distribution_docroot) + #cd "${docroot}" || exit + #wget https://www.drupal.org/files/issues/2020-12-04/3186443-1.patch + #patch -p1 < 3186443-1.patch + #cd - || exit fi # We can cleanup the name change now.