Skip to content

Commit

Permalink
feat: enable patching (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfritsch authored Mar 4, 2020
1 parent 278e448 commit e657bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stages/prepare_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e657bb2

Please sign in to comment.