From 9acef363699c15fd14983f1915e81761ed5dc4a1 Mon Sep 17 00:00:00 2001 From: huang Date: Sun, 16 Oct 2016 15:44:42 +0800 Subject: [PATCH] =?UTF-8?q?gitlab.rake=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tasks/gitlab.rake | 1 + 1 file changed, 1 insertion(+) 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