1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Merge pull request #709 from kirs/patch-5

Don't do :cleanup twice
This commit is contained in:
Tom Clements 2013-10-17 08:40:04 -07:00
commit e7fe616c64

View file

@ -35,6 +35,4 @@ namespace :deploy do
end
end
after :finishing, 'deploy:cleanup'
end
end