Remove extra folder

This commit is contained in:
Gerhard 2019-07-14 17:04:59 +02:00
parent 689d66dae3
commit 712969981c
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ PHP
echo "CREATING WooCommerce PLUGIN DIR AT $WC_PLUGIN_DIR"
mkdir $WC_PLUGIN_DIR
echo "COPYING CHECKED OUT BRANCH TO $WC_PLUGIN_DIR"
cp -R "$TRAVIS_BUILD_DIR" "$WP_CORE_DIR/wp-content/plugins/woocommerce/"
cp -R "$TRAVIS_BUILD_DIR" "$WP_CORE_DIR/wp-content/plugins/"
ls "$WP_CORE_DIR/wp-content/plugins/woocommerce/"
echo "ACTIVATING WooCommerce PLUGIN"
php wp-cli.phar plugin activate woocommerce