Skip to content

Commit

Permalink
EWPP-0000: Update remote_stream_wrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra committed Jul 15, 2024
1 parent 952c104 commit 474a7e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
14 changes: 0 additions & 14 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,6 @@ services:
- NODE_MAX_SESSION=5

pipeline:
composer-change-patch:
group: warmup
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
volumes:
- /cache/${DRONE_REPO_NAME}:/cache
commands:
- composer self-update --2
# Unset the patch for 10.2.x.
- >
composer config --json "extra.patches" '{"drupal/remote_stream_wrapper": {"https://www.drupal.org/project/remote_stream_wrapper/issues/3050183": "https://www.drupal.org/files/issues/2020-08-21/3050183-4.patch"}}'
when:
matrix:
CORE_VERSION: "10.2.0"

composer-install:
group: prepare
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"extra": {
"patches": {
"drupal/remote_stream_wrapper": {
"https://www.drupal.org/project/remote_stream_wrapper/issues/3050183": "https://www.drupal.org/files/issues/2020-08-21/3050183-4.patch",
"Drupal 10.3.x only - see media_avportal/README.md for 10.2.x - https://www.drupal.org/project/remote_stream_wrapper/issues/3437974": "https://www.drupal.org/files/issues/2024-06-21/drupal_10_3_deliver_signature_change-3437974-2_0_0-18.patch"
"https://www.drupal.org/project/remote_stream_wrapper/issues/3050183": "https://www.drupal.org/files/issues/2020-08-21/3050183-4.patch"
}
},
"composer-exit-on-patch-failure": true,
Expand Down

0 comments on commit 474a7e7

Please sign in to comment.