mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 22:36:22 +00:00
Merge branch 'issue-14555' of https://0xacab.org/sutty/sutty into 17.3.alpine.panel.sutty.nl
This commit is contained in:
commit
48ce95a627
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class DeployJob < ApplicationJob
|
|||
nil
|
||||
end.compact
|
||||
|
||||
unless d == @site.deployment_list.last && !status
|
||||
if d == @site.deployment_list.last && !status
|
||||
raise DeployException, 'Falló la compilación'
|
||||
end
|
||||
rescue StandardError => e
|
||||
|
|
Loading…
Reference in a new issue