Merge pull request #1281 from jooola/fix/installer_composer_interact

Prevent user interaction with composer install
This commit is contained in:
Kyle Robbertze 2021-08-03 14:08:30 +02:00 committed by GitHub
commit 8e54cd1f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash -e
composer install --no-dev
composer install --no-dev --no-interaction
git_build=""
if [ -d .git ]; then