tty remains true #2955
Unanswered
pavelgross
asked this question in
Help needed
Replies: 1 comment 10 replies
-
In v7 git_tty was remove completely. Instead populate known_hosts beforehand. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am setting up a shopware deployment with deployer v6.8 via gitlab CI.
git_tty is not configured - default false. Even if I explicitly set it to false I get the same result.
The deployment goes through so far even git clone from 2 different repos with "['tty' => true]" works fine. Only at the end after the
➤ Executing task deploy:unlock
✔ Ok [27ms]
I get the error
What can be the cause for this? Can the tty still be configured somewhere? Can it be avoided with deployer v7.x?
Thanks a lot in advance.
Beta Was this translation helpful? Give feedback.
All reactions