Remove fake_mail_output in favor of dev/data/mailhog
[MAILPOET-4069]
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
.idea
|
||||
fake_mail_output
|
||||
mailpoet
|
||||
mailpoet-premium
|
||||
wordpress
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,7 +4,6 @@
|
||||
.vscode
|
||||
dev/data
|
||||
docker-compose.override.yml
|
||||
fake_mail_output
|
||||
node_modules
|
||||
npm-debug.log
|
||||
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)
|
||||
mkdir -p wordpress/wp-content/plugins/mailpoet
|
||||
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
|
||||
docker-compose run --rm wordpress /bin/sh -c "
|
||||
|
Reference in New Issue
Block a user