Merge branch 'standalone_develop' into pre_trustie_server
This commit is contained in:
commit
0219a1fdde
|
@ -13,7 +13,7 @@ module Gitea
|
||||||
end
|
end
|
||||||
|
|
||||||
def success?
|
def success?
|
||||||
@error.nil?
|
@error.nil? && @result[:status].to_s == "success"
|
||||||
end
|
end
|
||||||
|
|
||||||
def result
|
def result
|
||||||
|
|
Loading…
Reference in New Issue