Skip to content
Snippets Groups Projects
Commit f9284ff2 authored by elijah's avatar elijah
Browse files

removed unused capistrano file

parent 64704dec
No related branches found
No related tags found
1 merge request!1Feature/newcli
module Capistrano
class Configuration
module Connections
def failed!(server)
@failure_callback.call(server) if @failure_callback
Thread.current[:failed_sessions] << server
end
def call_on_failure(&block)
@failure_callback = block
end
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment