Update usage of download Woo Memberships after removing support for version

[MAILPOET-6502]
This commit is contained in:
Rostislav Wolny
2025-03-14 10:26:07 +01:00
committed by Ján Mikláš
parent 68341a949b
commit 2024789914
2 changed files with 2 additions and 28 deletions

View File

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