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

Rakefile - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c104034ff3f0e050dd699ca25ec637a364f8c315 (plain)
1
2
3
4
5
6
#!/usr/bin/env rake
# frozen_string_literal: true

# All tasks in files placed in lib/tasks/ ending in .rake will be loaded
# automatically
Rake.add_rakelib 'lib/tasks'