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: 592fc84dcd739486090312340da82f246b996df7 (plain)
1
2
3
4
5
6
7
8
#!/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'

task default: [:clone_repositories, :generate_feature_flags]