-
Notifications
You must be signed in to change notification settings - Fork 439
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
Shell plugin config #1309
Comments
Update: The plugin is enabled when configured according to wiki page, so the only issue is the message that says that it should be configured using config.yml |
Here the same problem system says its enabled but still getting the anoying message that causes builds to fail. Running php 5.6 |
Restart of the worker was the solution! |
Hi @frimdo I've installed PHPCI again on my server three days ago and yesterday I have enabled the shell plugin. All I need to do was add the define at local_vars.php and the next build has shell available and working. The @vaanholtje comment points out that using daemon requires a restart but I use cron here. Can you check if this is fixed? |
php -v
composer install --no-dev -o
from the root of your installation.Brief issue explanation
When shell plugin is enabled by the wiki page, the shell is still disabled. I guess that the wiki is deprecated, and the shell plugin should be enabled in
config.yml
.Expected behaviour
Shell plugin being enabled when configured according to wiki page
Actual behaviour
Build log of project that uses shell plugin looks like this
Steps to reproduce
Environment info
Operating System:
PHP Version:
MySQL Version:
The text was updated successfully, but these errors were encountered: