-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Fix missing tasks source #181
Fix missing tasks source #181
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could add an example in the UPGRADE.md file for the cronjob entry that needs to be changed with the use of cd
as well:
* * * * * cd /path/to/project && vendor/bin/crunz schedule:run
Same for the README.md file (after 1.11 is released)
@kinoute nice catch, would you like to do full Code Review? |
My knowledge is pretty limited but it looks solid, good job! |
…"\putEnv" hack instead
PR fixes issues related to config-file/tasks-source recognition based on Crunz-bin-relative paths. Now everything is related to
cwd
. In case user depends on old behavior deprecation messages will appear.