取消gitlab rake日志
This commit is contained in:
parent
69c63a523e
commit
8bb483406e
|
@ -3,7 +3,6 @@ require 'trustie/gitlab/sync'
|
|||
namespace :gitlab do
|
||||
namespace :sync do
|
||||
desc "sync users to gitlab"
|
||||
Rails.logger.info("--------------------------------sync users to gitlab")
|
||||
task :users => :environment do
|
||||
# User.where(username: 'root').find_each do |user|
|
||||
s = Trustie::Gitlab::Sync.new
|
||||
|
|
Loading…
Reference in New Issue