We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08ea4b commit 5cb9474Copy full SHA for 5cb9474
.circleci/RoboFile.php
@@ -466,6 +466,12 @@ public function drupalVersion($drupalCoreVersion)
466
$config->require->{"drupal/core-recommended"} = '^9';
467
$config->require->{"drupal/core-dev"} = '^9';
468
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
+
475
break;
476
477
case '8':
0 commit comments