Skip to content

Commit

Permalink
Revert "Apply image style folder generation patch" (#47)
Browse files Browse the repository at this point in the history
This reverts commit 3dcbf9b.
  • Loading branch information
chrfritsch authored May 26, 2021
1 parent 3dcbf9b commit dc8eb32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/stages/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dc8eb32

Please sign in to comment.