From f77d252c7f9fd51cc94057193017d6b67ecf376e Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Sun, 13 Sep 2020 09:14:05 +0100 Subject: [PATCH] Disable interactive terminal --- entrypoint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint b/entrypoint index c5f7c78..aa4b908 100755 --- a/entrypoint +++ b/entrypoint @@ -1,7 +1,7 @@ #!/bin/bash set -e -command_string="phpstan" +command_string="phpstan --no-interaction --no-progress" if [ -n "$action_command" ] then