浏览代码

Remove composer init which is no longer needed in v2

Mark Shust 3 年之前
父节点
当前提交
2710ee0f20
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      compose/bin/cache-clean

+ 0 - 1
compose/bin/cache-clean

@@ -5,7 +5,6 @@ CACHE_CLEAN=${COMPOSER_GLOBAL}/vendor/bin/cache-clean.js
 if ! bin/cliq ls $CACHE_CLEAN; then
 if ! bin/cliq ls $CACHE_CLEAN; then
   echo "Installing devtools metapackage, just a moment..."
   echo "Installing devtools metapackage, just a moment..."
   bin/cliq mkdir -p ${COMPOSER_GLOBAL}
   bin/cliq mkdir -p ${COMPOSER_GLOBAL}
-  bin/composer init --working-dir=${COMPOSER_GLOBAL} --quiet --no-interaction
   bin/composer require --working-dir=${COMPOSER_GLOBAL} --quiet markshust/magento2-metapackage-devtools-cli:^1.0
   bin/composer require --working-dir=${COMPOSER_GLOBAL} --quiet markshust/magento2-metapackage-devtools-cli:^1.0
   echo "Devtools installed."
   echo "Devtools installed."
 fi
 fi