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
Commits
7a8446a8
Commit
7a8446a8
authored
1 year ago
by
Ted Bowman
Browse files
Options
Downloads
Patches
Plain Diff
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
!1012
Resolve #3411392 "Core mr build tests"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package_manager/tests/src/Build/TemplateProjectTestBase.php
+4
-0
4 additions, 0 deletions
package_manager/tests/src/Build/TemplateProjectTestBase.php
with
4 additions
and
0 deletions
package_manager/tests/src/Build/TemplateProjectTestBase.php
+
4
−
0
View file @
7a8446a8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment