You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix] Grumphp always returns success because does not receive the diff files:
- stdin needs to be passed inside the docker command because docker does not get previous stdin if not running using -i.
- We need -t for the message colors but we cannot use -ti because we cannot use TTY here
- If using -t but not -i, we need to pass the stdin as variable to be used inside the docker command
0 commit comments