|
|
@ -68,8 +68,8 @@ class GitService
|
|
|
|
|
|
|
|
|
|
|
|
content = JSON.parse(body)
|
|
|
|
content = JSON.parse(body)
|
|
|
|
if content["code"] != 0
|
|
|
|
if content["code"] != 0
|
|
|
|
raise("版本库异常")
|
|
|
|
|
|
|
|
logger.error("repository error: #{content['msg']}")
|
|
|
|
logger.error("repository error: #{content['msg']}")
|
|
|
|
|
|
|
|
raise("版本库异常")
|
|
|
|
end
|
|
|
|
end
|
|
|
|
#raise content["msg"] if content["code"] != 0
|
|
|
|
#raise content["msg"] if content["code"] != 0
|
|
|
|
|
|
|
|
|
|
|
|