From c6ce42e6a661a1415272d6d024ba0a3a338301fd Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 3 Aug 2021 14:03:27 +0200 Subject: [PATCH] Prevent user interaction with composer install --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 997e24e52..1f8e48784 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -composer install --no-dev +composer install --no-dev --no-interaction git_build="" if [ -d .git ]; then