mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:26:21 +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)
|
t << ([type.to_s] + row.values)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
puts "\a"
|
||||||
rescue DeployTimedOutException => e
|
rescue DeployTimedOutException => e
|
||||||
notify_exception e
|
notify_exception e
|
||||||
ensure
|
ensure
|
||||||
|
|
Loading…
Reference in a new issue