Update usage of download Woo Memberships after removing support for version
[MAILPOET-6502]
This commit is contained in:
committed by
Ján Mikláš
parent
68341a949b
commit
2024789914
@@ -103,7 +103,7 @@ if [[ $SKIP_PLUGINS != "1" ]]; then
|
||||
if [ ! -f "$WOOCOMMERCE_MEMBERSHIPS_ZIP" ]; then
|
||||
echo "WooCommerce Memberships plugin zip not found. Downloading WooCommerce Memberships plugin latest zip"
|
||||
cd /project
|
||||
./do download:woo-commerce-memberships-zip latest
|
||||
./do download:woo-commerce-memberships-zip
|
||||
cd /wp-core/wp-content/plugins
|
||||
fi
|
||||
echo "Unzip Woocommerce Memberships plugin from $WOOCOMMERCE_MEMBERSHIPS_ZIP"
|
||||
|
Reference in New Issue
Block a user