dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composer plugin problem

tasselchof opened this issue · comments

commented

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!

commented

Hello,

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