Remove fake_mail_output in favor of dev/data/mailhog

[MAILPOET-4069]
This commit is contained in:
Jan Jakes
2022-01-19 12:30:33 +01:00
committed by Veljko V
parent 1a7f6328dc
commit 409c940151
3 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
.idea .idea
fake_mail_output
mailpoet mailpoet
mailpoet-premium mailpoet-premium
wordpress wordpress

1
.gitignore vendored
View File

@ -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

View File

@ -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 "