Skip to content
Snippets Groups Projects
Commit 7a8446a8 authored by Ted Bowman's avatar Ted Bowman
Browse files

allow any version of core in build tests to allow gitlab core clone tests

parent db6979fd
No related branches found
No related tags found
1 merge request!1012Resolve #3411392 "Core mr build tests"
......@@ -270,6 +270,10 @@ END;
// Allow pre-release versions of dependencies.
$this->runComposer('composer config minimum-stability dev', $template_dir);
// Allow any version of Drupal core as in test using a git clone on Gitlab
// core will be checked out at a specific commit hash.
$this->runComposer("composer require --no-update drupal/core:'*'", "composer/Metapackage/CoreRecommended");
// Remove the packages.drupal.org entry (and any other custom repository)
// from the template's repositories section. We have no reliable way of
// knowing the repositories' names in advance, so we get that information
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment