-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Deployer 6.2.0 Crashes While Including Global Autoloader #1602
Comments
I guess I found the issue: now when deployer is installed as a global dependency and it's ran from phar it conflicts with itself somehow. Executing |
This is a strange behavior and I think we need to find why it’s cousin problems. |
According to |
Closing this issue as inactive. If you still have this problem, please open a new issue. |
Description
After updating deployer from 6.0 to 6.2.0 (using
self-update
command) multiple of our devlopers are unable to start deployment. Running deployer in the directory wheredeploy.php
exists gives the following error:Steps to reproduce
/usr/local/bin/dep
composer global require deployer/deployer
composer global require deployer/recipes
deploy.php
with contents presented belowdep
commandContent of
deploy.php
Additional configuration details
Output log
N/A
The text was updated successfully, but these errors were encountered: