diff --git a/app/controllers/shixuns_controller.rb b/app/controllers/shixuns_controller.rb index 16b7de30..965f15f3 100644 --- a/app/controllers/shixuns_controller.rb +++ b/app/controllers/shixuns_controller.rb @@ -818,7 +818,7 @@ class ShixunsController < ApplicationController ShixunServiceConfig.create!(:shixun_id => @shixun.id, :mirror_repository_id => mirror) end end - 自动构建版本库 + #自动构建版本库 repository = Repository.new repository.shixun = @shixun repository.type = 'Repository::Gitlab'