Skip to content

Commit 5cb9474

Browse files
[#102] Add patch for file_link
1 parent d08ea4b commit 5cb9474

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/RoboFile.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,12 @@ public function drupalVersion($drupalCoreVersion)
466466
$config->require->{"drupal/core-recommended"} = '^9';
467467
$config->require->{"drupal/core-dev"} = '^9';
468468

469+
if (!isset($config->extra->{"patches"}->{"drupal/file_link"})) {
470+
$config->extra->{"patches"}->{"drupal/file_link"} = new \stdClass();
471+
}
472+
$config->extra->{"patches"}->{"drupal/file_link"}
473+
->{"D9 readiness for file_link_test module"} = 'https://www.drupal.org/files/issues/2020-09-26/file-link-test-info-d9-3173363-2.patch';
474+
469475
break;
470476

471477
case '8':

0 commit comments

Comments
 (0)