Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-15 11:48:52 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-15 21:14:22 +0300
commit269b9224cf6a6c00c163ecff0b503db2d1f88ec8 (patch)
treee6d6971f93fd994c2e3d802e87f8f83a6f4483db /lib/tasks
parent7e07bc06980e56cabb90538c4c1ebd3dd027ed50 (diff)
Use GitLab instead of GITLAB for rake task
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/ci/migrate.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/ci/migrate.rake b/lib/tasks/ci/migrate.rake
index c00b17f7a2d..7d99664dcf3 100644
--- a/lib/tasks/ci/migrate.rake
+++ b/lib/tasks/ci/migrate.rake
@@ -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)