I implemented a feature for this in e6d6882c78. Just set AUTO_CLEANUP="yes" in your config and it will run the cleanup routine before exit_hook. Otherwise (if you really need to do it manually) you can force dehydrated to use a different lockfile, but I don't recommend doing that.
@lukas2511 commented on GitHub (Jul 10, 2017):
I implemented a feature for this in e6d6882c78c3f91ad6e296c058063a01a35c1a3d. Just set `AUTO_CLEANUP="yes"` in your config and it will run the cleanup routine before `exit_hook`. Otherwise (if you really need to do it manually) you can force dehydrated to use a different lockfile, but I don't recommend doing that.
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 @basbebe on GitHub (May 4, 2017).
is it possible to call
dehydrated --cleanupfrom within a hook, e.g.exit_hook?@lukas2511 commented on GitHub (Jul 10, 2017):
I implemented a feature for this in
e6d6882c78. Just setAUTO_CLEANUP="yes"in your config and it will run the cleanup routine beforeexit_hook. Otherwise (if you really need to do it manually) you can force dehydrated to use a different lockfile, but I don't recommend doing that.