diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-15 10:48:52 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-15 20:14:22 +0200 |
commit | 269b9224cf6a6c00c163ecff0b503db2d1f88ec8 (patch) | |
tree | e6d6971f93fd994c2e3d802e87f8f83a6f4483db /lib/tasks | |
parent | 7e07bc06980e56cabb90538c4c1ebd3dd027ed50 (diff) | |
download | gitlab-ce-269b9224cf6a6c00c163ecff0b503db2d1f88ec8.tar.gz |
Use GitLab instead of GITLAB for rake task
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/ci/migrate.rake | 2 |
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) |