Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Config
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
Composer
plugin
Drupal Config
Commits
5cc0a5e8
Commit
5cc0a5e8
authored
3 months ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
drupal-environment#21
Clean-up recipe storage and setup
parent
3fb5358d
No related branches found
No related tags found
1 merge request
!7
Merging develop into main
Pipeline
#1372507
passed
3 months ago
Stage: build
Stage: validate
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/DrupalInstaller.php
+1
-2
1 addition, 2 deletions
src/DrupalInstaller.php
with
1 addition
and
2 deletions
src/DrupalInstaller.php
+
1
−
2
View file @
5cc0a5e8
...
...
@@ -18,13 +18,12 @@ class DrupalInstaller extends BaseInstaller {
'core'
=>
'web/core/'
,
'module'
=>
'web/modules/contrib/{$name}/'
,
'profile'
=>
'web/profiles/contrib/{$name}/'
,
'recipe'
=>
'
web/
recipes/
contrib/
{$name}/'
,
'recipe'
=>
'recipes/{$name}/'
,
'theme'
=>
'web/themes/contrib/{$name}/'
,
'library'
=>
'web/libraries/{$name}/'
,
'drush'
=>
'drush/Commands/{$name}/'
,
'custom-module'
=>
'web/modules/custom/{$name}/'
,
'custom-profile'
=>
'web/profiles/custom/{$name}/'
,
'custom-recipe'
=>
'web/recipes/custom/{$name}/'
,
'custom-theme'
=>
'web/themes/custom/{$name}/'
,
'drupal-multisite'
=>
'web/sites/{$name}/'
,
];
...
...
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