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

Fix #4251: TTY mode errors on Pipelines artifact builds #4255

Merged
merged 2 commits into from
Oct 5, 2020

Conversation

danepowell
Copy link
Contributor

@danepowell danepowell commented Oct 2, 2020

Motivation

Fixes #4251

Proposed changes

Run Pipelines artifact builds explicitly non-interactively.

Alternatives considered

Chase down whatever component of the Symfony/Robo stack is incorrectly treating Pipelines as an interactive environment when it's not, as it's definitely a bug. Unfortunately I don't have time to chase it down right now.

Coincidentally, the other major open bug in the BLT queue is about Drupal Check, which was the last component to have TTY problems. Maybe there's some useful info here if anyone wants to dive in: mglaman/drupal-check#135

Testing steps

Apply this PR as patch, run a Pipelines build with a deploy step.

@danepowell danepowell changed the title Fix #4251: TTY mode errors on Pipelines deploys Fix #4251: TTY mode errors on Pipelines artifact builds Oct 2, 2020
@danepowell danepowell merged commit af56204 into acquia:12.x Oct 5, 2020
@danepowell danepowell added the Bug Something isn't working label Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build-artifact step in Pipelines Causes dev/tty Write Errors
1 participant