mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:31:43 +00:00
feat: hacer sonar una campana
This commit is contained in:
parent
d4f4627dab
commit
5974a40d02
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ class DeployJob < ApplicationJob
|
|||
t << ([type.to_s] + row.values)
|
||||
end
|
||||
end)
|
||||
|
||||
puts "\a"
|
||||
rescue DeployTimedOutException => e
|
||||
notify_exception e
|
||||
ensure
|
||||
|
|
Loading…
Reference in a new issue