Remove fake_mail_output in favor of dev/data/mailhog
[MAILPOET-4069]
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
.idea
|
.idea
|
||||||
fake_mail_output
|
|
||||||
mailpoet
|
mailpoet
|
||||||
mailpoet-premium
|
mailpoet-premium
|
||||||
wordpress
|
wordpress
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,7 +4,6 @@
|
|||||||
.vscode
|
.vscode
|
||||||
dev/data
|
dev/data
|
||||||
docker-compose.override.yml
|
docker-compose.override.yml
|
||||||
fake_mail_output
|
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
mailpoet-premium
|
mailpoet-premium
|
||||||
|
@ -18,7 +18,7 @@ cp -n mailpoet/.env.sample mailpoet/.env
|
|||||||
# create Docker mount endpoints beforehand with current user (Docker would create them as root)
|
# create Docker mount endpoints beforehand with current user (Docker would create them as root)
|
||||||
mkdir -p wordpress/wp-content/plugins/mailpoet
|
mkdir -p wordpress/wp-content/plugins/mailpoet
|
||||||
mkdir -p wordpress/wp-content/plugins/mailpoet-premium
|
mkdir -p wordpress/wp-content/plugins/mailpoet-premium
|
||||||
mkdir -p fake_mail_output
|
mkdir -p dev/data/mailhog
|
||||||
|
|
||||||
for plugin in "mailpoet" "mailpoet-premium"; do
|
for plugin in "mailpoet" "mailpoet-premium"; do
|
||||||
docker-compose run --rm wordpress /bin/sh -c "
|
docker-compose run --rm wordpress /bin/sh -c "
|
||||||
|
Reference in New Issue
Block a user