-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLT-1852 assuming -y when prompting while executing something in blt #1862
Conversation
I think that I'd prefer to fix the prompt rather than remove it. |
Agree @grasmash |
although I am having this issue not in Travis, but when doing blt sync to fetch remote changes to my local. I am having a look where I could fix this similarly |
similarly as in your PR: grasmash@ec4779c |
Are you using a non-bash shell? Can you try the command with |
blt sync --interactive ? It returns [Symfony\Component\Console\Exception\RuntimeException] I am using iTerm2 for Mac |
interestingly, this works:
no interactive and assume yes |
actually this is still broken, I can only execute the command when adding the
line |
@alex-moreno Did you test 8.x? |
Despite this approach being different than I would prefer, I'm going to merge it as a temporary fix. Too many people are encountering this issue and I would like to release a hot fix. |
yes, I tried downgrading blt and using the dev version too. Neither worked for me, but I couldn't make an intensive test |
Fixes #1852 .
Changes proposed: