mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-19 07:48:18 +00:00
Merge branch 'issue-14339' into production.panel.sutty.nl
This commit is contained in:
commit
f4dfcc5bab
1 changed files with 10 additions and 2 deletions
|
@ -8,4 +8,12 @@ class GitPushJob < ApplicationJob
|
|||
def perform(site)
|
||||
site.repository.push if site.repository.origin
|
||||
end
|
||||
|
||||
# Reportar una sola vez para que podamos resolver el problema, pero
|
||||
# reportarlo igual.
|
||||
#
|
||||
# @return [Bool]
|
||||
def handle_error(error)
|
||||
expire
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue