Use GitLab instead of GITLAB for rake task

This commit is contained in:
Kamil Trzcinski 2015-09-15 10:48:52 +02:00
parent 7e07bc0698
commit 269b9224cf
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace :ci do
tags.map { |tag| tag['name'] }
end
desc 'GITLAB | Migrate CI tags'
desc 'GitLab | Migrate CI tags'
task tags: :environment do
list_objects('Runner').each do |id|
runner = Ci::Runner.find_by_id(id)