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 46d1f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 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
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"php": ">=8.1",
"cweagans/composer-patches": "^1.7 | ^2.0",
"drupal/core": "^10",
"drupal/remote_stream_wrapper": "^2.0"
"drupal/remote_stream_wrapper": "^2.1"
},
"require-dev": {
"composer/installers": "^1.11",
Expand Down 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 46d1f4d

Please sign in to comment.