mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
5ecd2085bd
It seems that enhancing a task using an `after` block will not have desired
effect if the new task shares the same name (excluding namespace) as the task
being enhanced. In other words, `after 'deploy:failed', :failed do ...` will
not work (the block will never be executed). This behavior was recently
introduced in
|
||
---|---|---|
.. | ||
database.rake | ||
fail.rake | ||
failed.rake | ||
root.rake |