Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
automatic_updates
Merge requests
!1012
Resolve
#3411392
"Core mr build tests"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3411392
"Core mr build tests"
issue/automatic_updates-3411392:3411392-core-mr-build-tests
into
3.0.x
Overview
3
Commits
4
Pipelines
2
Changes
2
All threads resolved!
Show all comments
Merged
Ted Bowman
requested to merge
issue/automatic_updates-3411392:3411392-core-mr-build-tests
into
3.0.x
1 year ago
Overview
3
Commits
4
Pipelines
2
Changes
2
All threads resolved!
Show all comments
Expand
Closes
#3411392
0
0
Merge request reports
Compare
3.0.x
version 1
f74cd01c
1 year ago
3.0.x (base)
and
latest version
latest version
f74cd01c
4 commits,
1 year ago
version 1
f74cd01c
4 commits,
1 year ago
2 files
+
13
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
package_manager/tests/src/Build/TemplateProjectTestBase.php
+
4
−
0
Options
@@ -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