-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from BeAPI/ver/6.6.0
Release 6.6.0
- Loading branch information
Showing
26 changed files
with
1,739 additions
and
822 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "6.5.1", | ||
"version": "6.6.0", | ||
"slug": "shopping-feed" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ echo "➡️ Reset config" | |
if [ -f /app/wordpress/wp-config.php ]; then echo "wp-config exists deleting it" && rm -f /app/wordpress/wp-config.php; else echo "No wp-config.php, no rm"; fi | ||
echo "➡️ Create config" | ||
wp config create --dbname=wordpress-test --dbuser=wordpress-test --dbpass=wordpress-test --dbhost=database-test --path=/app/wordpress | ||
echo "➡️ Save Woocommerce logs in database during tests" | ||
wp config set WC_LOG_HANDLER 'WC_Log_Handler_DB' | ||
echo "➡️ Install WP" | ||
wp core install --url="https://shoppingfeed-for-woocommerce.lndo.site" --title="Test" --admin_user=admin --admin_password=password [email protected] --skip-email | ||
echo "➡️ Create WPCONTENT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.