Skip to content
Snippets Groups Projects

Resolve #3411392 "Core mr build tests"

All threads resolved!
2 files
+ 13
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -270,6 +270,10 @@ END;
@@ -270,6 +270,10 @@ END;
// Allow pre-release versions of dependencies.
// Allow pre-release versions of dependencies.
$this->runComposer('composer config minimum-stability dev', $template_dir);
$this->runComposer('composer config minimum-stability dev', $template_dir);
 
// CORE_MR_ONLY:// Allow any version of Drupal core as in test using a git clone on Gitlab
 
// CORE_MR_ONLY:// core will be checked out at a specific commit hash.
 
// CORE_MR_ONLY:$this->runComposer("composer require --no-update drupal/core:'*'", "composer/Metapackage/CoreRecommended");
 
// Remove the packages.drupal.org entry (and any other custom repository)
// Remove the packages.drupal.org entry (and any other custom repository)
// from the template's repositories section. We have no reliable way of
// from the template's repositories section. We have no reliable way of
// knowing the repositories' names in advance, so we get that information
// knowing the repositories' names in advance, so we get that information
Loading