X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=bin%2Fsetup.sh;h=cabd301038f16077ae10b514b0d4d3b1b955e7af;hb=9d9dca633c02e09265a068572576ecae1e89db7f;hp=2badb46673d68eafbc7d647b88bf289a0f51e82c;hpb=4a1dfeca8a8b4e26b3c44187c5975c7c9aafc16f;p=civicrm-core.git diff --git a/bin/setup.sh b/bin/setup.sh index 2badb46673..cabd301038 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -141,8 +141,10 @@ set -x if [ -n "$DO_DOWNLOAD" ]; then pushd "$CALLEDPATH/.." - COMPOSER=$(pickcmd composer composer.phar) - $COMPOSER install + if [ "$GENCODE_CMS" != "Drupal8" ]; then + COMPOSER=$(pickcmd composer composer.phar) + $COMPOSER install + fi if has_commands karma ; then ## dev dependencies have been installed globally; don't force developer to redownload