Skip to content

Commit 60c2c16

Browse files
rfayjoachim-n
authored andcommitted
Add config.ddev-drupal-core-dev.yaml from waiting PR
This is part of justafish#31 Rebase will be required when that goes in.
1 parent a593ee7 commit 60c2c16

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config.ddev-drupal-core-dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
webimage_extra_packages: ["chromium-driver"]
55
ddev_version_constraint: '>=v1.23.1'
6-
omit_containers: ["db"]
76
upload_dirs:
87
# The install technique tries to remove all of sites/default/files
98
# but with DDEV + mutagen that isn't possible.

install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ post_install_actions:
3636

3737
removal_actions:
3838
- |
39-
for item in ../core/phpunit.xml ../core/.env ../.gitignore; do
39+
for item in ../core/phpunit.xml ../core/.env ../.gitignore; do
4040
if grep '#ddev-generated' ${item} >/dev/null; then
4141
rm -f ${item}
4242
fi

0 commit comments

Comments
 (0)