Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
General
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitLab CI/CD
General
Compare revisions
4fed8ffbb990dcdd21c1c6d13b39969526a1be3e to e4a814b82fc5205245aa427f9197e0f160698131
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
gitlab-ci-cd/general
Select target project
No results found
e4a814b82fc5205245aa427f9197e0f160698131
Select Git revision
Swap
Target
gitlab-ci-cd/general
Select target project
gitlab-ci-cd/general
1 result
4fed8ffbb990dcdd21c1c6d13b39969526a1be3e
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Make the lenient project available globally
· 71176491
jurgenhaas
authored
3 months ago
71176491
Merge remote-tracking branch 'origin/main'
· e4a814b8
jurgenhaas
authored
3 months ago
e4a814b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mixins.yml
+3
-1
3 additions, 1 deletion
mixins.yml
with
3 additions
and
1 deletion
mixins.yml
View file @
e4a814b8
...
...
@@ -30,7 +30,9 @@ include:
.preparecomposerplugins
:
before_script
:
-
echo "This got removed as it's now part of the default config."
# Make the lenient project available globally.
-
composer global config --no-plugins allow-plugins.mglaman/composer-drupal-lenient
true
-
composer global require mglaman/composer-drupal-lenient
.customreferences
:
LanguageFiles
:
[]
...
...
This diff is collapsed.
Click to expand it.