diff --git a/lib/tasks/gitlab.rake b/lib/tasks/gitlab.rake index 7893195ac..9328f5389 100644 --- a/lib/tasks/gitlab.rake +++ b/lib/tasks/gitlab.rake @@ -3,6 +3,7 @@ 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