取消gitlab rake日志

This commit is contained in:
huang 2016-10-16 16:16:18 +08:00
parent 69c63a523e
commit 8bb483406e
1 changed files with 0 additions and 1 deletions

View File

@ -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