注释掉提交代码hook触发事件

This commit is contained in:
huang 2017-09-18 15:25:34 +08:00
parent 6439ae39e4
commit fcaa798620
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class ShixunsController < ApplicationController
end
# push代码的时候会触发gitlab hook
def ghook
shixun_modify_status_without_publish(@shixun, 1)
# shixun_modify_status_without_publish(@shixun, 1)
render :json => {status: "success"}
end