测试fork失败的问题
This commit is contained in:
parent
2081ce11de
commit
9f4a1883e4
|
@ -116,6 +116,9 @@ class Gitea::ClientService < ApplicationService
|
|||
end
|
||||
|
||||
def render_status(response)
|
||||
Rails.logger.info("###############____response__#{response}")
|
||||
Rails.logger.info("###############____response_status_#{response.status}")
|
||||
Rails.logger.info("###############____response_body_#{response.body}")
|
||||
mark = "[gitea] "
|
||||
case response.status
|
||||
when 201, 200, 202
|
||||
|
|
Loading…
Reference in New Issue