Skip to content
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

Drall stuck when running in Bitbucket pipelines #58

Open
jigarius opened this issue Oct 24, 2022 · 1 comment
Open

Drall stuck when running in Bitbucket pipelines #58

jigarius opened this issue Oct 24, 2022 · 1 comment
Labels
bug Something isn't working Priority: High

Comments

@jigarius
Copy link
Owner

jigarius commented Oct 24, 2022

Not only Bitbucket, it seems Drall gets stuck without any message when it is executed on aliases that refer to remote environments, e.g.

drall exd @@site.dev core:status

Maybe there's some kind of dialog that's present in there that we can't see? This seems like a dealbreaker.

@jigarius jigarius added the bug Something isn't working label Oct 24, 2022
@jigarius jigarius added this to the v2.1 milestone Oct 24, 2022
@lems3
Copy link

lems3 commented Feb 27, 2023

This seems linked to the issue #57

I did a quick and dirty test in my project, updating the BaseExecCommand class so it would use passthru() as it did before when using only 1 worker, and remote aliases seems to work properly.

I guess the next step would be to look at Drush and how it deals with remote aliases. AmpPHP Process may have a hard time to capture the console output and the exit code...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority: High
Projects
None yet
Development

No branches or pull requests

2 participants