Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Composer plugin problem #1302

Open
tasselchof opened this issue Feb 25, 2017 · 1 comment
Open

Composer plugin problem #1302

tasselchof opened this issue Feb 25, 2017 · 1 comment

Comments

@tasselchof
Copy link

Hello!

I installed PHP-CI and everything seems normal, but there is a problem, that is happening when I am running composer. It's just freezes with no return on anything (I tried to remove --no-ansi --no-interaction flags, but still nothing). After a while build is failing.

If I am going directly to build directory and trying to execute commands from console (including composer one) application deploying with no problems.

Log of the build looking like this:

Cloning into '/home/env/domains/phpci.env/PHPCI/build/626_63656'...
Checking out files: 100% (12136/12136), done.

81b1bc428399f6404ea3391fd10951a82fe24b4b
Working copy created: /
RUNNING PLUGIN: shell
➤ Executing task local:prepare
✔ Ok
➤ Executing task local:release
✔ Ok
✔ config/autoload/doctrine.local.php
✔ Ok
Cloning into 'scripts/deploy/dep'...

PLUGIN: SUCCESS
RUNNING PLUGIN: composer
Using --prefer-dist flag
/usr/local/bin/composer --prefer-dist --working-dir="/" install

If it's unknown issue, at least is it possible to turn on output to understand when it's happening and how to deal with it?

Thanks!

@TZK-
Copy link
Contributor

TZK- commented Jun 17, 2017

Hello,

I had the same issue on Windows. I just add --quiet to the composer command and it solved the problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants