You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: