Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Pipelines Build Fail to Complete on 8.9.x #1535

Closed
aweingarten opened this issue May 27, 2017 · 2 comments
Closed

Pipelines Build Fail to Complete on 8.9.x #1535

aweingarten opened this issue May 27, 2017 · 2 comments
Labels
Bug Something isn't working

Comments

@aweingarten
Copy link
Contributor

When running a pipelines build on 8.9.x head the build errors out with: "[error] TTY mode requires /dev/tty to be read/writable.
"

> validate:phpcs
Iterating over fileset files.php.custom.themes...
.
.
.

.
Setting up local environment...
> setup:build
>> setup:behat
Generating Behat configuration files...
>> setup:composer:install
[error]  TTY mode requires /dev/tty to be read/writable. 
pipelines_kill_background_processes
pstree -p $$ | grep -E -o '([0-9]+)' | grep -v "^$$\$" | sort -k2 -rn
Killing background jobs
grasmash added a commit to grasmash/bolt that referenced this issue May 27, 2017
grasmash added a commit to grasmash/bolt that referenced this issue May 27, 2017
@grasmash grasmash added the Bug Something isn't working label May 27, 2017
@grasmash
Copy link
Contributor

Addressed in #1534.

grasmash added a commit that referenced this issue May 27, 2017
* Porting install-alias.sh to PHP.

* Adding ability to update blt alias.

* Splitting alias methods into separate file.

* Getting it working.

* PHPCS fixes.

* Fixes #1535: Pipelines Build Fail to Complete on 8.9.x.

* Slight refactoring.

* Removing install-alias.sh.

* Removing unneeded arg.
@AllieRays
Copy link
Contributor

Upgrading to drush 9.7 fixed this for me

https://github.com/drush-ops/drush/releases/tag/9.7.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants