From aae79dbd80960a08e2940c491729e427036e83e7 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Wed, 16 Oct 2013 23:54:51 +0200 Subject: [PATCH] Don't do :cleanup twice As it's already beeing called from https://github.com/capistrano/capistrano/blob/master/lib/capistrano/tasks/deploy.rake#L22 --- lib/capistrano/templates/deploy.rb.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/capistrano/templates/deploy.rb.erb b/lib/capistrano/templates/deploy.rb.erb index c3e88d26..461ca74c 100644 --- a/lib/capistrano/templates/deploy.rb.erb +++ b/lib/capistrano/templates/deploy.rb.erb @@ -35,6 +35,4 @@ namespace :deploy do end end - after :finishing, 'deploy:cleanup' - -end \ No newline at end of file +end