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: 815da1b195a39fa448cdcdcff163b7912a77057c (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

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

task default: [:clone_repositories, :generate_feature_flags]