Skip to content

Commit 94b8a5d

Browse files
committed
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 8aa6423 commit 94b8a5d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

config.ddev-drupal-core-dev.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# #ddev-generated
2+
# This file is placed by the justafish/ddev-drupal-core-dev addon.
3+
4+
webimage_extra_packages: ["chromium-driver"]
5+
ddev_version_constraint: '>=v1.23.0'
6+
upload_dirs:
7+
# The install technique tries to remove all of sites/default/files
8+
# but with DDEV + mutagen that isn't possible.
9+
# so just redirect the upload_dirs.
10+
- .ddev/tmp

install.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: ddev-drupal-core-dev
44

55
project_files:
66
- web-build/Dockerfile
7+
- config.ddev-drupal-core-dev.yaml
78
- docker-compose.core-dev-selenium.yaml
89
- core-dev/phpunit-firefox.xml
910
- core-dev/phpunit-chrome.xml

0 commit comments

Comments
 (0)