diff --git a/app/controllers/shixuns_controller.rb b/app/controllers/shixuns_controller.rb index 3a1e1cb3e..37575988e 100644 --- a/app/controllers/shixuns_controller.rb +++ b/app/controllers/shixuns_controller.rb @@ -53,7 +53,7 @@ class ShixunsController < ApplicationController # push代码的时候会触发gitlab hook def ghook - # shixun_modify_status_without_publish(@shixun, 1) + shixun_modify_status_without_publish(@shixun, 1) render :json => {status: "success"} end