File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ namespace :mls_ruby_capistrano_slacker do
125125 task :notify_about_beginning do
126126 next if fetch ( :mls_ruby_capistrano_slacker_skip )
127127
128+ next if fetch ( :mls_ruby_capistrano_slacker_notify_about_beginning )
129+
128130 puts 'ⓂⓁⓈ-ⓉⒺⒸ [🛠] [mls_ruby_capistrano_slacker] :: [ℹ️] notify_about_beginning'
129131
130132 on roles ( :all ) do |host |
@@ -207,13 +209,9 @@ namespace :mls_ruby_capistrano_slacker do
207209 end
208210 end
209211
210- unless fetch ( :mls_ruby_capistrano_slacker_skip )
211- if fetch ( :mls_ruby_capistrano_slacker_notify_about_beginning )
212- before 'deploy:starting' , 'mls_ruby_capistrano_slacker:notify_about_beginning'
213- end
214- after 'deploy:failed' , 'mls_ruby_capistrano_slacker:notify_failed'
215- after 'deploy:finished' , 'mls_ruby_capistrano_slacker:notify_finished'
216- end
212+ before 'deploy:starting' , 'mls_ruby_capistrano_slacker:notify_about_beginning'
213+ after 'deploy:failed' , 'mls_ruby_capistrano_slacker:notify_failed'
214+ after 'deploy:finished' , 'mls_ruby_capistrano_slacker:notify_finished'
217215end
218216
219217namespace :load do
You can’t perform that action at this time.
0 commit comments