Merge pull request #1281 from jooola/fix/installer_composer_interact
Prevent user interaction with composer install
This commit is contained in:
commit
8e54cd1f12
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
composer install --no-dev
|
composer install --no-dev --no-interaction
|
||||||
|
|
||||||
git_build=""
|
git_build=""
|
||||||
if [ -d .git ]; then
|
if [ -d .git ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue