Remove woo admin from installer
This commit is contained in:
parent
c2e4d5a28e
commit
99a09c5810
|
@ -180,11 +180,9 @@ install_deps() {
|
||||||
cd "wp-content/plugins/"
|
cd "wp-content/plugins/"
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/woocommerce/woocommerce.git
|
git clone --depth 1 https://github.com/woocommerce/woocommerce.git
|
||||||
git clone --depth 1 https://github.com/woocommerce/woocommerce-admin.git
|
|
||||||
|
|
||||||
cd "$WP_CORE_DIR"
|
cd "$WP_CORE_DIR"
|
||||||
php wp-cli.phar plugin activate woocommerce
|
php wp-cli.phar plugin activate woocommerce
|
||||||
php wp-cli.phar plugin activate woocommerce-admin
|
|
||||||
|
|
||||||
if [ "$BRANCH" != "" ]; then
|
if [ "$BRANCH" != "" ]; then
|
||||||
# Install the correct branch of the plugin, if running from Travis CI.
|
# Install the correct branch of the plugin, if running from Travis CI.
|
||||||
|
|
Loading…
Reference in New Issue