1
0
Fork 0
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:
Jamis Buck 2007-07-06 22:25:39 +00:00
parent 987b98f0a0
commit 8f7556bddf
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
*SVN*
* Make sure deploy:check aborts if it fails [Jamis Buck]
* Spelling correction in docs [Tim Carey-Smith]

View file

@ -360,6 +360,7 @@ namespace :deploy do
dependencies.reject { |d| d.pass? }.each do |d|
puts "--> #{d.message}"
end
abort
end
end