Commit 269b9224 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Use GitLab instead of GITLAB for rake task

parent 7e07bc06
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment