测试fork失败的问题

This commit is contained in:
sylor_huang@126.com 2020-04-13 12:18:10 +08:00
parent 2081ce11de
commit 9f4a1883e4
1 changed files with 3 additions and 0 deletions

View File

@ -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