mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Make sure deploy:check aborts if it fails
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7164 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
987b98f0a0
commit
8f7556bddf
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
*SVN*
|
||||
|
||||
* Make sure deploy:check aborts if it fails [Jamis Buck]
|
||||
|
||||
* Spelling correction in docs [Tim Carey-Smith]
|
||||
|
||||
|
||||
|
|
|
@ -360,6 +360,7 @@ namespace :deploy do
|
|||
dependencies.reject { |d| d.pass? }.each do |d|
|
||||
puts "--> #{d.message}"
|
||||
end
|
||||
abort
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue