Skip to content

Commit

Permalink
Disable interactive terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Sep 13, 2020
1 parent 986eed7 commit f77d252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

command_string="phpstan"
command_string="phpstan --no-interaction --no-progress"

if [ -n "$action_command" ]
then
Expand Down

0 comments on commit f77d252

Please sign in to comment.