Originally created by @taylorotwell on GitHub (Feb 14, 2018).
One of the changes made today appears to have started making Dehydrated start exiting with a non-zero status even when everything goes fine. We are seeing the problem on Laravel Forge.
Originally created by @taylorotwell on GitHub (Feb 14, 2018).
One of the changes made today appears to have started making Dehydrated start exiting with a non-zero status even when everything goes fine. We are seeing the problem on Laravel Forge.
I think this is related to the recent addition of the "hook-bricker". I did one more change in dcdb2940fb, if that doesn't fix your problem your hook script probably is broken. It should ignore unknown hooks and exit cleanly, otherwise dehydrated won't work.
@lukas2511 commented on GitHub (Feb 14, 2018):
I think this is related to the recent addition of the "hook-bricker". I did one more change in dcdb2940fbc4b8468cbbe75ea7725cf0a3306262, if that doesn't fix your problem your hook script probably is broken. It should ignore unknown hooks and exit cleanly, otherwise dehydrated won't work.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @taylorotwell on GitHub (Feb 14, 2018).
One of the changes made today appears to have started making Dehydrated start exiting with a non-zero status even when everything goes fine. We are seeing the problem on Laravel Forge.
@lukas2511 commented on GitHub (Feb 14, 2018):
Mh... Can you run something like
bash -x dehydrated -cand post the last few lines before it exits?@lukas2511 commented on GitHub (Feb 14, 2018):
I think this is related to the recent addition of the "hook-bricker". I did one more change in
dcdb2940fb, if that doesn't fix your problem your hook script probably is broken. It should ignore unknown hooks and exit cleanly, otherwise dehydrated won't work.@lukas2511 commented on GitHub (Feb 14, 2018):
Sorry i think I found the issue. Should be fixed in
a6e6aa7445.