Skip to content

Commit 66a2631

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 195eb35 commit 66a2631

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

config.ddev-drupal-core-dev.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +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.1'
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
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.1'
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: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
# Details about the install.yaml file are at https://ddev.readthedocs.io/en/latest/users/extend/additional-services/#sections-and-features-of-ddev-get-add-on-installyaml
2-
3-
name: ddev-drupal-core-dev
4-
5-
project_files:
6-
- config.ddev-drupal-core-dev.yaml
7-
- docker-compose.core-dev-selenium.yaml
8-
- core-dev/phpunit-firefox.xml
9-
- core-dev/phpunit-chrome.xml
10-
- commands/web/drupal
11-
- commands/web/drush
12-
- commands/web/phpunit
13-
- commands/web/nightwatch
14-
- core-dev/install_drush.sh
15-
- core-dev/gitignore
16-
- core-dev/.env
17-
- core-dev/src/Command/AdminLoginCommand.php
18-
- core-dev/src/Command/BootCommand.php
19-
- core-dev/src/Command/CacheCommand.php
20-
- core-dev/src/Command/TestCommand.php
21-
- core-dev/src/Command/TestBrowserCommand.php
22-
- core-dev/src/Command/UninstallCommand.php
23-
24-
post_install_actions:
25-
- cp core-dev/phpunit-chrome.xml ../core/phpunit.xml
26-
- perl -pi -e "s|DRUPAL_CORE_DDEV_URL|$DDEV_PRIMARY_URL|g" ../core/phpunit.xml
27-
- cp core-dev/.env ../core/.env
28-
- cp core-dev/gitignore ../.gitignore
29-
- mkdir -p ../test_output
30-
- chmod +w ../test_output
31-
- cd ../core && ddev yarn
32-
33-
removal_actions:
34-
- |
35-
for item in ../core/phpunit.xml ../core/.env ../.gitignore; do
36-
if grep '#ddev-generated' ${item} >/dev/null; then
37-
rm -f ${item}
38-
fi
39-
done
40-
- rm -rf ../test_output
1+
# Details about the install.yaml file are at https://ddev.readthedocs.io/en/latest/users/extend/additional-services/#sections-and-features-of-ddev-get-add-on-installyaml
2+
3+
name: ddev-drupal-core-dev
4+
5+
project_files:
6+
- config.ddev-drupal-core-dev.yaml
7+
- docker-compose.core-dev-selenium.yaml
8+
- core-dev/phpunit-firefox.xml
9+
- core-dev/phpunit-chrome.xml
10+
- commands/web/drupal
11+
- commands/web/drush
12+
- commands/web/phpunit
13+
- commands/web/nightwatch
14+
- core-dev/install_drush.sh
15+
- core-dev/gitignore
16+
- core-dev/.env
17+
- core-dev/src/Command/AdminLoginCommand.php
18+
- core-dev/src/Command/BootCommand.php
19+
- core-dev/src/Command/CacheCommand.php
20+
- core-dev/src/Command/TestCommand.php
21+
- core-dev/src/Command/TestBrowserCommand.php
22+
- core-dev/src/Command/UninstallCommand.php
23+
24+
post_install_actions:
25+
- cp core-dev/phpunit-chrome.xml ../core/phpunit.xml
26+
- perl -pi -e "s|DRUPAL_CORE_DDEV_URL|$DDEV_PRIMARY_URL|g" ../core/phpunit.xml
27+
- cp core-dev/.env ../core/.env
28+
- cp core-dev/gitignore ../.gitignore
29+
- mkdir -p ../test_output
30+
- chmod +w ../test_output
31+
- cd ../core && ddev yarn
32+
33+
removal_actions:
34+
- |
35+
for item in ../core/phpunit.xml ../core/.env ../.gitignore; do
36+
if grep '#ddev-generated' ${item} >/dev/null; then
37+
rm -f ${item}
38+
fi
39+
done
40+
- rm -rf ../test_output

0 commit comments

Comments
 (0)