Use woocommerce 5.0.0 for the acceptance tests
[MAILPOET-3330]
This commit is contained in:
@@ -64,7 +64,7 @@ if [[ ! -d "/wp-core/wp-content/plugins/woocommerce" ]]; then
|
||||
echo "Copy Woocommerce plugin from $WOOCOMMERCE_SOURCE_ZIP"
|
||||
cp "$WOOCOMMERCE_SOURCE_ZIP" "$WOOCOMMERCE_TARGET_ZIP"
|
||||
else
|
||||
DOWNLOAD_URL=$(curl -s https://api.github.com/repos/woocommerce/woocommerce/releases/latest \
|
||||
DOWNLOAD_URL=$(curl -s https://api.github.com/repos/woocommerce/woocommerce/releases/tags/5.0.0 \
|
||||
| grep browser_download_url \
|
||||
| grep woocommerce \
|
||||
| cut -d '"' -f 4)
|
||||
|
Reference in New Issue
Block a user