Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
leap_cli
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
leap_cli
Commits
f9284ff2
Commit
f9284ff2
authored
8 years ago
by
elijah
Browse files
Options
Downloads
Patches
Plain Diff
removed unused capistrano file
parent
64704dec
No related branches found
No related tags found
1 merge request
!1
Feature/newcli
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/leap_cli/lib_ext/capistrano_connections.rb
+0
-16
0 additions, 16 deletions
lib/leap_cli/lib_ext/capistrano_connections.rb
with
0 additions
and
16 deletions
lib/leap_cli/lib_ext/capistrano_connections.rb
deleted
100644 → 0
+
0
−
16
View file @
64704dec
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment